Outbound | GET | {Client’s URL}
Summary
This API will fetch shipping information.
Description
This API will fetch the shipping label along with all the shipping details.
Request Params
shipmentCode
orderCode
Parameter Name | Data Type | Description | Mandatory |
| String | Unique code used by the channel to identify the shipment | yes |
| String | Unique code used by the channel to identify the order | yes |
Response
Code Block | ||
---|---|---|
| ||
{ "shippingLabelUrl": "https://mybrand.com/transporter.pdf", "awbNumber": "awb456fd5435", "shippingLabel": "base64shippinglabelstring", "transporter": "transporter" } |
...