GET /v1/external/courier/courierListWithCounts
Use this API to check the list of couriers and the related information with Shiprocket based on the search criteria.
Note:
- This API will work on a company level.
- You can use filters to sort your data. By default, all the couriers are shown if no filter is used.
- total_courier_count will change based on the filter used.
Parameters:
PARAMS | REQUIRED | DATA TYPE | DESCRIPTION | EXAMPLE |
---|---|---|---|---|
type | NO | string | Use this as a parameter. Possible values are : active/inactive/all | https://apiv2.shiprocket.in/v1/external/courier/courierListWithCounts?type=active |
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.