Integrate hub-to-hub delivery into your platform. Built for African marketplaces, logistics companies, and enterprise commerce.
The Dropmerce API lets you create delivery jobs, track packages in real time, find nearby hubs, assign riders, and receive webhook notifications — all within the Dropmerce hub network.
curl -X POST https://api.dropmerce.com/v1/jobs -H "Authorization: Bearer YOUR_API_KEY" -H "Content-Type: application/json" -d '{
"pickup_hub": "hub_accra_001",
"delivery_address": "East Legon, Accra",
"package_size": "small",
"buyer_phone": "0XX XXX XXXX"
}'