...
he interface performs forecast operations on orders and provides custom Manifestno |
请求内容
1 | Field (API) | Data Type | Length | Mandatory | Details | |
2 | manifestNo | String | 40 | O | 非必填,不填则系统自动生成,不能超过40个字符 | |
3 | shipmentIds | String | String | C | 非必填,支持Tracking Number 和Ref No; | |
4 | masterIds | String | String | C | 非必填,支持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
代码块 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
{ "manifestNo": "test00120210918", "shipmentIds": ["test001",], "test002masterIds": [], } |
Response message
代码块 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{ "status": "Success", "errors": null, "data":[ [ { "status": "Success", "errors": null, "warnings": null, "orderId":"test001", "trackingNo":"test001", "trackingNorelabelstatus" : null, "test001"lastMailcarrier" : nu11 } ], "warnings": null } |