Description
he interface performs forecast operations on orders and provides custom Manifestno |
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": "test001", "shipmentIds": ["test001", "test002"] }
Response message
Response
{ "status": "Success", "errors": null, "data": [ { "status": "Success", "errors": null, "warnings": null, "orderId": "test001", "trackingNo": "test001" } ], "warnings": null }