Order Documents
APIs for accessing order related documents like POD etc can be found below.
Get documents of a Shipment Order
GET
/orders/shipment/{orderId}/get-pods
Use this API to get the relevant documents of a shipment that has been ordered. It requires the orderId of the order whose documents we are expecting. Note: The orderId is sent to the customer when the order is created.
Path Parameters
Name
Type
Description
orderId*
string
AWB Number / Shipment ID received when order is created
Headers
Name
Type
Description
API_KEY*
string
API key obtained by the Customer/Partner
Last updated
Was this helpful?