Description
Get Tracking No. according to Reference No. |
Path
HTTP Verb | URL |
---|---|
Post | /services/shipper/trackingNumbers |
Request parameters
Field (API) | Data Type | Length | Mandatory | Details | |
Reference No | String | 80 | M | The interface accepts up to 300 orders at a time. |
Response content
Field | Type | Not null | Explain |
status | enumeration | yes | Success/Failure |
errors | array | no | errors |
referenceNo (orderId) | object | yes | referenceNo |
trackingNo | char string | yes | trackingNo |
Request message
Request
["Marco-20200806140620"]
Response message
Response
{ "status": "Partial Success", "errors": [ { "code": 110075, "message": "The order Macro-8765 is not generated tracking number." } ], "data": [ { "status": "Success", "errors": null, "orderId": "Marco-20200806140620", "trackingNo": "JDQ002445701000931502" }, { "status": "Failure", "errors": [ { "code": 110075, "message": "The order Macro-8765 is not generated tracking number." } ], "orderId": "Macro-8765", "trackingNo": null } ] }