Skip to Content
Overview

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

EnvironmentBase URLAPI key prefix
Sandboxhttps://api.ideliver.ngilv_test_…
Productionhttps://api.ideliver.ngilv_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

PathBest forTime to first order
Quick Start — REST APIDevelopers building custom integrations~3 minutes
WhatsApp AI Agent — No codeMerchants dispatching from WhatsApp10 minutes
Telegram Bot — No codeMerchants dispatching from Telegram5 minutes
SDKs — Node.js / PHPDevelopers using our generated client libraries~5 minutes

How it works

  1. Create an order — Send POST /v1/orders with pickup/dropoff, customer phone, scheduled pickup, and delivery window (ISO-8601). See Orders.
  2. We dispatch a rider — Our engine selects the nearest available rider based on your zone settings and dynamic pricing.
  3. Track in real-time — Your customer receives live updates. Your system receives webhook events as the order progresses.
  4. Get paid out — Delivery fees are deducted from your pre-funded wallet. Commissions settle automatically.

Next steps