Track a parcel
Enter up to 10 tracking numbers at a time.
FETCHING LOGISTICS DATA...
Developer Reference
API Documentation
Full reference for the ILS Logistics Tracking interface.
Interface Info
Request Parameters
Request Example
{
"userId": "1",
"pdd": "abcdefghijklmnopqrstuvwxyz",
"method": "trackOrders",
"trackingNos": [
"3676E4043665",
"3676E4038434",
"3676E4038521"
]
}
"userId": "1",
"pdd": "abcdefghijklmnopqrstuvwxyz",
"method": "trackOrders",
"trackingNos": [
"3676E4043665",
"3676E4038434",
"3676E4038521"
]
}
Response Parameters
Success Response Example
{
"code": 200,
"msg": "",
"body": [
{
"consignment": "3676E4043665",
"orderStatus": {
"Service": "Sea Freight",
"Status": "Shipment loaded into container...",
"Despatch Date": "2025-02-07 10:53:14",
"Lastscan": "2025-02-14 10:10:35"
},
"billTrackList": [ ... ]
},
{
"consignment": "3676E4038434",
"orderStatus": null,
"msg": "Order information not found"
}
]
}
"code": 200,
"msg": "",
"body": [
{
"consignment": "3676E4043665",
"orderStatus": {
"Service": "Sea Freight",
"Status": "Shipment loaded into container...",
"Despatch Date": "2025-02-07 10:53:14",
"Lastscan": "2025-02-14 10:10:35"
},
"billTrackList": [ ... ]
},
{
"consignment": "3676E4038434",
"orderStatus": null,
"msg": "Order information not found"
}
]
}
Event Reference
Logistics Track Nodes
Complete reference of all ILS event codes and their descriptions.