页面树结构
转至元数据结尾
转至元数据起始

Description

Get tracking info according to tracking code

Path

HTTP Verb URL
Post  /services/shipper/trackingEvents

Request parameters

Field (API)Data TypeLengthMandatoryDetails
Tracking NumberString80M

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"
                }
            ]
        }
    ]
}





  • 无标签