DispatchOne Solution
...
LogisticsOrder API
Integrate with Logistics Order

How to: Update Order

3min

Prerequisite

For more information, see Integrate with Logistics Order.

Update Orders

Orders can be updated in two ways: using the Order ID and the ClientID. 1. To update an Order using the order ID, call the following endpoint:

JSON


Specify the required details in the request body using JSON format. The following example shows how to update an existing Order:

JSON


2. To update an Order using the client order ID, call the following endpoint:

JSON


Specify the required details in the request body using JSON format. The following example shows how to update an existing Order:

JSON