...
Parameter Name | Data Type | Description | Mandatory |
| String | Unique code used by the channel to identify the shipment | yesYes |
| String | Unique code used by the channel to identify the order | yesYes |
Response
Code Block | ||
---|---|---|
| ||
{ "shippingLabelUrl": "https://mybrand.com/transporter.pdf", "awbNumber": "awb456fd5435", "shippingLabel": "base64shippinglabelstring", "transporter": "transporter" } |
...
Parameter Name | Data Type | Description | Mandatory |
| String | Downloadable pdf url of the shipping label document(either of shippingLabel and shippingLabelUrl is mandatory) | noNo |
| String | Tracking number provided by the courier partner | yesYes |
| String | Base64 encoded string of the shipping label(either of shippingLabel and shippingLabelUrl is mandatory) | noNo |
| String | Courier partner name | yesYes |
HttpStatus : 200