Description
Send the shipping list to the carrier. After the list is sent, the order information cannot be changed |
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" } ] }