GET /v1/external/shipments

Use this API to get the shipment details of all the shipments in your Shiprocket account.

The data is displayed in the default format if no filter or sort condition is passed. You can use the filter and sort conditions to streamline your data.

Parameters:

PARAMSREQUIREDDATA TYPEDESCRIPTIONEXAMPLE
sortNOstringThe sort format: ASC or DESCASC
sort_byNOstringThe field to sort by.id
filterNOstringThe filter value.141121
filter_byNOstringThe filed to filter by.id

Servers

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.