Tracking method
GET /v1/track/international
Uri parameters
| Name | Description | Type | Additional description |
|---|---|---|---|
| sttid | Track and Trace number | String | |
| shipmentid | Consignment No. / Waybill No. | String | |
| parcelid | Package ID | String |
Body parameters
None
Request body sample:
None
Response sample:
[
{
"Status": "sample string 1",
"StatusDescription": {
"type": "sample string 1",
"languageID": "sample string 2",
"Value": "sample string 3"
},
"Date": "2025-11-28T00:10:58",
"Time": "2025-11-28T00:10:58",
"TimeSpecified": false,
"OccurredAt": {
"LocationName": "sample string 1",
"LocationID": [
{
"CodeType": 1,
"IsoCountry": "sample string 2",
"Value": "sample string 3"
}
]
},
"StatusInfo": [
{
"Type": 1,
"Value": "sample string 2"
}
],
"Index": "sample string 8"
}
]