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.
Endpoint => /order/cost
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"status": "Success",
"description": "Cost Fetched Successfully",
"Cost": [
{
"state": "Kano",
"cost": "900"
}
]
}Last updated