π‘
π‘
π‘
π‘
Delivery API Guide
Searchβ¦
π‘
π‘
π‘
π‘
Delivery API Guide
Introduction
Payments
Order Tracking
Delivery API
Get Wallet Balance
Get Wallet Transactions
Get Delivery Locations
Get Delivery Price
Request Delivery
Fetch Deliveries
Track Delivery Status
Cancel Delivery
Update Pickup Details
Update Delivery Details
Powered By
GitBook
Get Delivery Price
post
{baseUrl}
/deliveries/price
Get Delivery Price
Sample Data
1
{
2
"pickupCode": "11",
3
"dropoffCode": "02",
4
"pickupDate": "2021-12-10",
5
"pickupGeo": {
6
"lat": "6.637954799999999",
7
"long": "3.5439057",
8
}
9
"dropoffGeo": {
10
"lat": "6.459488599999999",
11
"long": "3.4179723"
12
},
13
}
Copied!
β
Delivery API - Previous
Get Delivery Locations
Next - Delivery API
Request Delivery
Last modified
2mo ago
Copy link
Contents
post
Get Delivery Price
Sample Data