GET /v1/external/international/courier/serviceability
This API checks courier serviceability for international orders and displays them as a list.
Notes:
- 'cod' field must be 0 as COD is not available for international orders.
Parameters:
PARAMS | REQUIRED | DATA TYPE | DESCRIPTION | EXAMPLE |
---|---|---|---|---|
weight | YES | integer | The weight of the shipment. | 10 |
cod | YES | integer | Cash on delivery status. Must be 0. | 0 |
delivery_country | YES | string | The destination country ISO Alpha 2 code. | US |
order_id | NO | integer | The Shiprocket order_id of the shipment if available. | 1 |
pickup_postcode | NO | integer | Use this field to select a different pickup postcode other than the primary pickup address. | 2 |
Servers
- https://apiv2.shiprocket.in
Query parameters
Name | Type | Required | Description |
---|---|---|---|
order_id |
String | No |
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.