Versions Compared

Key

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

Outbound | GET

URL format : {GET_SHIPPING_LABEL_URL}?orderId=11012

The field “orderId” returned in the generate shipping label API call will be used as request param to get the shipping label details in this call.

Response

Code Block
{
  "orderId": "11012",
  "orderNumber": "asdf1234",
  "awb": "71902671",
  "carrierName": "Delhivery",
  "shippingLabelUrl": "https://shipping-label-pdf.com/asdf1234"
}

...