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

正在查看旧版本。 查看 当前版本.

与当前比较 查看页面历史

« 前一个 版本 2 下一个 »

Description

This interface is for get lastmile manifest file though Manifest NO.

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;

Request sample
Request

1
2
3
4

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

Response message

Response

1
2
3
4
5
6
7
8
9
10
11
12
13
14

{
    "status": "Success",
    "errors": null,
    "data": [
      {
        "status": "Success",
        "errors": null,
        "warnings": null,
        "orderId": "test001",
        "trackingNo": "test001"
      }
    ],
    "warnings": null
  }

  • 无标签