Description
Get tracking info according to tracking code |
Path
HTTP Verb | URL |
---|---|
Post | /services/shipper/trackingEvents |
Request parameters
Field (API) | Data Type | Length | Mandatory | Details | |
Tracking Number | String | 80 | M | A list of trackingNo in JSON format. The interface accepts up to 30 orders at a time. |
Error Code & Message
code | message |
950002 | Parameter is null. |
950003 | Exceeds the limit of 30 orders. |
950005 | Order XXX not found tracking event. |
Request message
Request
["JDQ002445001000931503"]
Response message
Response
{ "status": "Success", "errors": null, "data": [ { "orderId": "JDQ002445001000931503", "status": "Success", "errors": null, "events": [ { "trackingNo": "JDQ002445001000931503", "eventTime": "2020-08-06T14:47:04", "eventCode": "INF", "activity": "SHIPPING INFORMATION RECEIVED", "location": "", "referenceTrackingNo": null, "destCountry": "AU", "country": "CN", "timeZone": "GMT+08:00" } ] } ] }