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:
PARAMS | REQUIRED | DATA TYPE | DESCRIPTION | EXAMPLE |
---|---|---|---|---|
sort | NO | string | The sort format: ASC or DESC | ASC |
sort_by | NO | string | The field to sort by. | id |
filter | NO | string | The filter value. | 141121 |
filter_by | NO | string | The filed to filter by. | id |
Servers
- https://apiv2.shiprocket.in
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.