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

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

Optional. If null, system will automatically generate. No more than 40 characters.

3shipmentIdsStringStringC

Optional, support Tracking Number and Ref No.

4masterIdsStringStringC

Optional, support 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
}




  • 无标签