Developers

Dropmerce API

Integrate hub-to-hub delivery into your platform. Built for African marketplaces, logistics companies, and enterprise commerce.

What the API Does

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.

Key Endpoints

  • POST /jobs — Create a delivery job
  • GET /jobs/:id — Track a package
  • GET /hubs — List nearby hubs
  • GET /riders — Available riders in area
  • POST /webhooks — Receive status updates

Pricing Plans

Most Popular

Growth

GHS 200/month
  • Up to 500 jobs/month
  • Real-time tracking webhooks
  • Email support
Get Started

Enterprise

Custom
  • Unlimited jobs
  • Dedicated account manager
  • SLA guarantee
Contact Sales

Quick Start

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"
  }'