get
https://sandbox.api.deliverysolutions.co/api/v2/order/getOrderStatus/orderExternalId/
Use this API to retrieve the order status history with timestamp using the Order External Id.
Using External IDExternal ID needs to be unique to use this API.
HTTP Response
| Property | Type | Required | Description |
|---|---|---|---|
| string | true | Status Id created in our system. |
| orderId | string | true | Order Id created in our system. |
| tenantId | string | true | Unique Id to identify each tenant / business |
| trackingUrl | string | true | Order tracking URL. |
| orderStatus | array of Order Statuses | true | Array of order status details with time and notes. |
