页面树结构

版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

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 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

代码块
languagejs
borderStylesolid
firstline1
titleRequest
linenumberstrue
 ["JDQ002445001000931503"]

Response message

代码块
languagejava
firstline1
titleResponse
linenumberstrue
 {
    "status": "Success",
    "errors": null,
    "data": [
        {
            "status": "Success",
            "errors": null,
            "orderId": "JDQ002445001000931503",
            "trackingNo": "JDQ002445001000931503"
        }
    ]
}

...