Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

shipmentCode

String

Unique code used by the channel to identify the shipment

yes

orderCode

String

Unique code used by the channel to identify the order

yes

Response

Code Block
languagejson
{
  "shippingLabelUrl": "https://mybrand.com/transporter.pdf",
  "awbNumber": "awb456fd5435",
  "shippingLabel": "base64shippinglabelstring",
  "transporter": "transporter"
}

...