POST /v1/external/courier/assign/awb

This API can be used to assign the AWB (Air Waybill Number) to your shipment. The AWB is a unique number that helps you track the shipment and get details about it.

Parameters:

PARAMSREQUIREDDATA TYPEDESCRIPTIONEXAMPLE
shipment_idYESintegerThe shipment id of the order you want to create the AWB for.16016920
courier_idNOintegerThe courier id of the courier service you want to select. The default courier is selected in case no id is specified.10
statusNOstringUse this to change the courier of a shipment. Value: reassign. Note that this can be done only once in 24 hours.reassign

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
courier_id String No
shipment_id String No
status String No
is_return String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.