Use this API to update an order's estimated ship date in the Dsco Platform.
The Update Order Status API documents the API's URL, it's arguments/return values and how to interact with it (GET, POST, PUT, etc.) in the Dsco Interactive Playground.
Input Params
The Update Order Status API documents the exact params that may be passed in. The following provides additional information on the params.
-
dscoOrderId
Dsco's unique identifier for an order.
-
lineItems
This attribute is always required with at least one element in the list. Only include line items that should have the estimetedShipDate updated.
A list of OrderEstimatedShipDateLineItem objects.
The line items whose estimatedShipDate is to be updated.
Comments
Please sign in to leave a comment.