DispatchOne Solution
...
LogisticsOrder API
Integrate with Logistics Order

How to: Get Batch Orders Status

4min

Prerequisite

For information about prerequisites, see Integrate with Logistics Order.

Retrieve Batch Order Status

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.

Endpoint

JSON


Sample request

The request body is specified in JSON format. Below is a sample request structure for retrieving the status of an existing batch order:

json


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.

Sample response

JSON