Welcome to IDeliver
Automate your logistics, manage dynamic dispatch, and track orders in real-time. Whether you run a WooCommerce store, a custom pharmacy app, or a high-volume food delivery operation, the IDeliver API gives you the tools to ship orders to your customers without leaving your workflow.
Start integrating in minutes — no logistics expertise required.
Not a developer?
Use the IDeliver Merchant Dashboard to manually dispatch orders, or use our pre-built integrations (Shopify, WooCommerce, etc.) to automate your logistics — no code required.
Base URLs
| Environment | Base URL | API key prefix |
|---|---|---|
| Sandbox | https://api.ideliver.ng | ilv_test_… |
| Production | https://api.ideliver.ng | ilv_live_… |
Both environments share the same hostname. The API key prefix determines which environment processes the request. Always use ilv_test_… keys during development.
Choose your integration path
| Path | Best for | Time to first order |
|---|---|---|
| Quick Start — REST API | Developers building custom integrations | ~3 minutes |
| WhatsApp AI Agent — No code | Merchants dispatching from WhatsApp | 10 minutes |
| Telegram Bot — No code | Merchants dispatching from Telegram | 5 minutes |
| SDKs — Node.js / PHP | Developers using our generated client libraries | ~5 minutes |
How it works
- Create an order — Send
POST /v1/orderswith pickup/dropoff, customer phone, scheduled pickup, and delivery window (ISO-8601). See Orders. - We dispatch a rider — Our engine selects the nearest available rider based on your zone settings and dynamic pricing.
- Track in real-time — Your customer receives live updates. Your system receives webhook events as the order progresses.
- Get paid out — Delivery fees are deducted from your pre-funded wallet. Commissions settle automatically.
Next steps
- Quick Start — Make your first API call in 3 minutes
- Integrator readiness — CTO checklist (idempotency, webhooks, cancel, zones)
- Authentication — How to use API keys securely
- Orders & Deliveries — Create, idempotency, cancel, tracking URL
- API Changelog — What’s new