/
Get Courier Recommendation API

Get Courier Recommendation API

Outbound | POST

Request

{ "pickupPincode": "560102", "dropPincode": "110019", "paymentType": "PREPAID", "shipmentType": "FORWARD", "orderAmount": 1200 }

Response

{ "couriers": [ { "courierId": 1001, "courierName": "Delhivery", "priority": 1 }, { "courierId": 1002, "courierName": "Fedex", "priority": 2 } ] }