Get serviceability based on drop pincode, pickup pincode and product dimension
This API will check the serviceability based upon the drop /pickup pincode and matching dimensions as per the request
Dimensions to be passed in cm and grams
POST
https://{workspaceSlug}.myeshopbox.com/api/v2/pincodeserviceability
Request Body
Name
Type
Description
dropPincode*
String
pickupPincode*
String
deadWeight*
integer
length*
integer
height*
integer
width*
integer
isCod
enum
{
"result": [
{
"courierName": "EshopboxStandard",
"zone": "Local",
"sla": "2025-01-30",
"pickupLocation": "Delhi",
"serviceable": {
"COD": true,
"PICKUP": true,
"EXCHANGE": true,
"PREPAID": true
}
},
{
"courierName": "EshopboxExpress",
"zone": "Local",
"sla": "2025-01-29",
"pickupLocation": "Delhi",
"serviceable": {
"COD": true,
"PICKUP": true,
"EXCHANGE": true,
"PREPAID": true
}
},
{
"courierName": "EshopboxPrime",
"zone": "Local",
"sla": "2025-01-28",
"pickupLocation": "Delhi",
"serviceable": {
"COD": true,
"PICKUP": true,
"EXCHANGE": true,
"PREPAID": true
}
}
]
}
Last updated
Was this helpful?