Tracking Order
Developing
GET
order/tracking
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'order/tracking?awb=IDE987651421'
Response Response Example
{
"data": [
{
"note": "string",
"description": "string",
"branch": "string",
"tm": "string",
"tm_order": "string",
"tm_recon": null,
"reconciled": "string",
"time": "string",
"date": "string"
}
]
}
Request
Query Params
awb
string | null
required
Example:
IDE987651421
Responses
Modified at 2025-06-02 03:01:45