Drop Pincode Serviceability

By entering the drop_pincode, the enterprises can determine whether the Pincode is serviceable by any of their active carriers or not.

Important Links

Run in Postman API Reference

Payload Example

[
    {
        "order_type": "COD",
        "pickup_pincode":"380015", 
        "service_type": "FORWARD'/ 'RVP'/EXCHANGE",
        "drop_pincode": "380001"
    }
]
[{
    "drop_pincode": "380001"
}]

Request Payload

Mandatory Field

Field NameData TypeFieldDescription
drop_pincodenumMandatoryThe drop pincode for which the serviceability needs to be ascertained

optional [optional parameters]

Field NameData TypeFieldDescription
order_typeenumOptionalThe Order type

COD or PREPAID
pickup_pincodestringOptionalThe pickup pincode for which the serviceability needs to be ascertained
service_typeenumMandatoryThe order type for which serviceability needs to be determined.

Enter FORWARD if the shipments need to be delivered to the customer from the enterprise's warehouse.

Enter RVP if the shipment needs to picked up from the customer’s location and delivered to the enterprise’s warehouse.

Enter EXCHANGE in case of exchange order

Response

meta [meta parameters]

Field NameData TypeDescriptionExample
successBooleanIndicates the success of the API requesttrue
messageStringThe message from Clickpost. In case of success, it will be "SUCCESS". In case there are no carrier partners that are servicing the pincodes it will be”Pincode not serviceable""SUCCESS"
statusHTTP CodeThe HTTP response status code of the API request200

result [result parameters]

Field NameData TypeDescriptionExample
serviceableBooleanWhether the particular drop pincode is serviceable. Note: If the enterprise has multiple warehouse, then you need to pass the pickup_pincode"380015"
CODBooleanField indicates whether Cash on Delivery is supported by the particular carrier to the particular pincodetrue
PREPAIDBooleanField indicates whether Prepaid is supported by the particular carrier to the particular pincodetrue
EXCHANGEBooleanField indicates whether Exchange is supported by the particular carrier to the particular pincodetrue
Language
Click Try It! to start a request and see the response here!