GET /v1/external/international/courier/serviceability

This API checks courier serviceability for international orders and displays them as a list.

Notes:

Parameters:

PARAMSREQUIREDDATA TYPEDESCRIPTIONEXAMPLE
weightYESintegerThe weight of the shipment.10
codYESintegerCash on delivery status. Must be 0.0
delivery_countryYESstringThe destination country ISO Alpha 2 code.US
order_idNOintegerThe Shiprocket order_id of the shipment if available.1
pickup_postcodeNOintegerUse this field to select a different pickup postcode other than the primary pickup address.2

Servers

Query parameters

Name Type Required Description
order_id String No

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.