Outbound | POST | /shipping-label/get-courier-recommendation
Summary
This API is used to make the get courier recommendation call to Logistic Aggregator and return the recommended couriers.
Description
This API is used to make the get courier recommendation call to Logistic Aggregator and return the recommended couriers that can be used to assign awb for the shipment. When this call is made to the logistic aggregator, based on the rule engine at logistic aggregator’s end, the recommended couriers are returned with priorities, and the same is forwarded by RMS.
Sample Request Payload
Code Block | ||
---|---|---|
| ||
{ "pickupPincode": "560102", "dropPincode": "110019", "deliveryType": "FORWARD", "invoiceValue": 1200, "isCod": true, "weight": 10 } |
...