Description
Send the Manifest to the carrier. After the list is sent, 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
Request
["JDQ002445001000931503"]
Response message
Response
{ "status": "Success", "errors": null, "data": [ { "status": "Success", "errors": null, "orderId": "JDQ002445001000931503", "trackingNo": "JDQ002445001000931503" } ] }