Skip to end of banner
Go to start of banner

Get Shipping Label Details API

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

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

Parameter Name

Data Type

Description

Mandatory

orderId

String

This is the unique order id with which the logistic aggregator identifies each order (forward/return)

yes

orderNumber

String

This is the order number passed in the request body. This is the order number with which RMS uniquely identifies each return order

yes

returnAwb

String

The tracking number assigned for the order

yes

carrierName

String

The carrier of this order

yes

  • No labels