DispatchOne Solution
...
LogisticsOrder API
Integrate with Logistics Order
How to: Get Batch Orders Status
4min
For information about prerequisites, see Integrate with Logistics Order.
To retrieve the status of an existing batch order, send a GET request to /orders/batch/{batchId} with the unique batchId of the batch order. This request will return the current status of the batch order execution, including details about the processing state.
The request body is specified in JSON format. Below is a sample request structure for retrieving the status of an existing batch order:
Replace {batchId}with the unique identifier of the batch order you want to retrieve. The headers like Request-Id, Tenant-Id, Authorization, and User-Info-Token are required and should be populated with appropriate values.
Updated 30 Aug 2024
Did this page help you?