Fetch Delivery Cost
This is the endpoint for fetching the cost of delivery .It takes a non mandatory parameter - state. If state is not passed, the cost of delivery to all the states and FCT is returned.
Delivery Cost
Endpoint => /order/cost
POST
/order/cost
Headers
Name
Type
Description
Authorization *
String
Your Bearer Token
secret-key*
String
Your Secret Key
Request Body
Name
Type
Description
state
String
The Destination State to deliver to
pickUpState
String
The State from which the Item is leaving (Optional)
weight
Numeric
Weight of order (Optional)
Last updated