GET /v1/external/ndr/{AWB}

Get the shipment details of a particular order through this API by passing the AWB number in the endpoint URL itself. You can get the details like AWB, NDR Attempt, NDR Reason, Customer Details, Product Details, Courier.

Type in your AWB code in place of {AWB}. No other body parameters are required.

Path:

EXAMPLE
https://apiv2.shiprocket.in/v1/external/ndr/94711332

Servers

Path parameters

Name Type Required Description
AWB String Yes

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.