Description
Send the shipping list Manifest to the carrier. After the list is sent, the order information order status will change to "Closed" and order info cannot be changed anymore. |
Path
HTTP Verb | URL |
---|---|
Post | /services/shipper/manifests |
Request field
Field (API) | Data Type | Length | Mandatory | Details | |
referenceNo/Tracking Number/orderId | String | 80 | M | A list of orders in JSON format can using the Referenceno, Tracking Number, or |
Request message
代码块 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
["JDQ002445001000931503"] |
Response message
代码块 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{ "status": "Success", "errors": null, "data": [ { "status": "Success", "errors": null, "orderId": "JDQ002445001000931503", "trackingNo": "JDQ002445001000931503" } ] } |
...