页面树结构

版本比较

标识

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

Description

This interface is for get lastmile manifest file though Manifest NOhe interface performs forecast operations on orders and provides custom Manifestno
request that requests up to 2000 order numbers at a time..

Path


Post/services/shipper/closeShipments


Request content


An object in JSON format.

“manifestNo”:It is not required. If it is not filled in, it will be generated automatically and cannot exceed 40 characters;

“shipmentIds”:Required, tracking number and ref no are supported;A JSON formatted object.
ManifestNo:Optional, automatically generated by the system if do not fill in, max
40
characters;

"ShipmentIds" : mandatory, accept Tracking Number and Ref No;.

Request sample
Request

1
2
3
4

{
    "manifestNo": "test001",
    "shipmentIds": ["test001", "test002"]
}

...