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

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 TypeLengthMandatoryDetails
referenceNo/Tracking Number/orderIdString80M

A list of orders in JSON format can using the Referenceno, Tracking Number, or
OrderID.The interface accepts up to 2,000 orders at a time.


Request message

Request
 ["JDQ002445001000931503"]

Response message

Response
 {
    "status": "Success",
    "errors": null,
    "data": [
        {
            "status": "Success",
            "errors": null,
            "orderId": "JDQ002445001000931503",
            "trackingNo": "JDQ002445001000931503"
        }
    ]
}
  • 无标签