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": 6000
},
"cost": {
"state": "Kano",
"cost": 6000
},
"vat": {
"vatAmount": 450,
"vatPercent": "7.50"
},
"totalCost": 6450
}Last updated