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

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

与当前比较 查看页面历史

« 前一个 版本 5 当前 »

Description

he interface performs forecast operations on orders and provides custom Manifestno
request that requests up to 2000 order numbers at a time..

请求内容

1Field (API)Data TypeLengthMandatoryDetails
2manifestNoString40O

非必填,不填则系统自动生成,不能超过40个字符

3shipmentIdsStringStringC非必填,支持Tracking Number 和Ref No;
4masterIdsStringStringC非必填,支持Master Ref No.

Path

HTTP Verb URL
Post/services/shipper/closeShipments

Request content

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
{
    "manifestNo": "20210918",
    "shipmentIds": [],
    "masterIds": [],
  
 
}

Response message


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




  • 无标签