Outbound | POST | {Client’s URL}
Summary
This API will call the channel to create a manifest.
Description
This API will call the channel to create a manifest for a group of shipments.
Request
{ "transporter": "WERTYU", "locationCode": "wd02", "manifestItems": [ { "orderCode": "H19304030001", "shipmentCode": "eid123", "awbNumber": "awb123" } ] }
Parameter Name | Data Type | Description | Mandatory |
| String | Courier partner name | yes |
| String | Location code of the warehouse from where the order will be shipped | yes |
| Object[] | List of shipments to be added to the manifest | yes |
| String | Unique code used by the channel to identify the order | yes |
| String | Unique code used by the channel to identify the shipment | yes |
| String | Tracking number for this shipment provided by courier partner | yes |
Response
{
"manifestCode":"72653",
"manifestItems":[
{
"orderCode":"515",
"shipmentCode":"95848"
}
]
}
HttpStatus : 200