2 Best APIs for Shipment Booking in Nigeria

We've analyzed and compared the top 2 API providers supporting Shipment Booking for Nigerian developers and businesses. Find the right infrastructure fit for your startup below.

Written by Editorial Staffs as at 18th June, 2026

All APIs with Shipment Booking

2 of 2 selected
Feature
Sendbox API
DHL API
PricingPer-shipment pricing based on weight and destination. No monthly fee. Free to integrate. Pay only for actual shipments booked.Per-shipment pricing via DHL commercial account. API access free with DHL business account. Shipping costs based on weight, dimensions, service type, and route.
Multi-carrier Rate Comparison
Yes
No
Shipment Booking
Yes
Yes
Waybill Generation
Yes
No
Real-time Tracking
Yes
Yes
All 36 States Coverage
Yes
No
Cash on Delivery
Yes
No
Return Shipment Management
Yes
No
Lagos Same-day Delivery
Yes
No
International Shipping
Yes
No
Bulk Shipment Upload
Yes
No
International Shipping Rate Calculation
No
Yes
Label/Waybill Generation
No
Yes
Pickup Scheduling
No
Yes
Customs Documentation
No
Yes
Nigeria Pickup Coverage
No
Yes
220+ Country Destinations
No
Yes
Cash on Delivery (International)
No
No
Same-day Local Delivery
No
No
View Details View Details
++++
Sendbox API

Sendbox API

Sendbox is a Nigerian-founded logistics aggregator platform that connects e-commerce merchants to multiple Nigerian courier carriers through a single unified API. Rather than requiring businesses to integrate with GIG Logistics, Red Star Express, Courier Plus, DHL, and other carriers separately, Sendbox provides a single integration point that enables merchants to compare rates across carriers, book the best option, generate waybills, and track all shipments from one dashboard and one API. For Nigerian e-commerce platforms and direct-to-consumer merchants, Sendbox dramatically simplifies multi-carrier logistics management. **What Sendbox Does** Sendbox is a logistics aggregator, not a carrier itself. It connects to multiple Nigerian and international carriers: - GIG Logistics (GIGL) — Nigeria's largest courier - Red Star Express — major Nigerian courier - Courier Plus — Nigerian courier - DHL Express — international carrier - Other carrier partners Through Sendbox, a merchant can compare delivery costs across all these carriers for any specific origin-destination pair and booking parameters, then book the most cost-effective or fastest option — all through one API call. **API Capabilities** **1. Multi-carrier Rate Shopping** Submit a shipment's weight, dimensions, origin, and destination to receive rate quotes from all available carriers in a single response. Compare price, delivery speed, and service level to select the optimal carrier for each shipment. **2. Shipment Booking** After selecting a carrier, book the shipment programmatically. The API returns a waybill number and the carrier's tracking number for use with the end customer. **3. Waybill Generation** Generate printable waybill labels. Sendbox normalizes label formats across carriers into a consistent layout for merchant operations. **4. Unified Tracking** Track any shipment via Sendbox regardless of which carrier is fulfilling it. Sendbox queries the carrier's tracking system and returns a normalized status. Customers see one tracking link, not carrier-specific links. **5. Cash on Delivery** Full COD support through partnered carriers. Specify the collection amount at booking time. Settlement is processed after delivery confirmation. **6. Returns Management** Book return shipments programmatically — generating return waybills and scheduling reverse pickups from customer locations back to merchant warehouses. **7. Bulk Shipment Processing** Upload batch shipment files for high-volume merchants processing dozens or hundreds of orders simultaneously. Bulk booking reduces per-order processing time. **Why Aggregation Matters for Nigerian Merchants** Nigeria's domestic logistics market has no single carrier with optimal coverage, pricing, and reliability for all routes: - GIG Logistics: Best for nationwide coverage depth and institutional trust - Red Star Express: Strong in specific regions - DHL: Best for international and premium express - New entrants: Sometimes faster/cheaper for specific urban routes A merchant shipping to hundreds of different Nigerian destinations benefits enormously from automatic carrier selection based on price or speed — exactly what Sendbox's aggregation provides. **Integration Workflow** OAuth 2.0 Client Credentials flow for authentication: ``` POST https://api.sendbox.co/oauth/token body: { client_id: YOUR_ID, client_secret: YOUR_SECRET, grant_type: "client_credentials" } ``` Then use the access token for all API calls: ``` POST https://api.sendbox.co/v1/delivery/rate Authorization: Bearer ACCESS_TOKEN { "weight": 2, "from": "Lagos", "to": "Abuja" } ``` Returns rates from all available carriers with price, ETA, and service level. Sendbox provides sandbox credentials for development. **Same-day Lagos Delivery** For Lagos intra-city deliveries, Sendbox routes orders to on-demand rider partners offering same-day or even same-hour delivery. This makes Sendbox suitable for time-sensitive categories (food prep ingredients, pharmacy items, e-commerce impulse purchases) as well as standard e-commerce. **Pricing** Sendbox charges per shipment — either passing through the carrier's rate or adding a small service margin. No monthly subscription for API access. Pricing is transparent: the rate returned includes the carrier charge plus Sendbox's margin. High-volume merchants can negotiate preferred rates. **Compliance** Sendbox is a Nigerian company registered with the CAC. Their platform complies with NDPR for the personal data (names, addresses, phone numbers) processed in shipment creation. Merchants remain data controllers for their customer data; Sendbox acts as a data processor. **Company Background** Sendbox was founded in Lagos and has grown into one of Nigeria's leading logistics aggregation platforms. The company has raised funding from notable Nigerian and pan-African investors, reflecting confidence in the model of simplifying Nigeria's fragmented logistics landscape through technology. Their product focus is on SMEs and growing e-commerce businesses that need professional logistics infrastructure without enterprise contracts with individual carriers. Sendbox is the recommended starting point for Nigerian e-commerce developers who want a single API that covers multiple carriers, automatic rate comparison, nationwide coverage, COD, and returns — without the overhead of managing separate carrier integrations.

++++
DHL API

DHL API

DHL is the world's largest international courier and logistics company, operating in over 220 countries and territories. Through the DHL Developer Portal (developer.dhl.com), businesses can access DHL's shipping APIs for rate calculation, shipment booking, label generation, pickup scheduling, and real-time tracking. For Nigerian exporters, importers, and businesses with international logistics needs, DHL provides unmatched global reach with established operations across Nigeria including offices in Lagos, Abuja, Port Harcourt, Kano, and Ibadan. **DHL's Nigerian Operations** DHL has operated in Nigeria for decades, making it one of the most recognized international courier brands in the country. Nigerian operations are managed through two main divisions: - **DHL Express**: Express courier for documents and small parcels (up to ~30kg) with time-definite delivery commitments — next-day, 2-day, and 3-5 day services to most global destinations - **DHL Global Forwarding**: Freight forwarding for large cargo by air and sea — for Nigerian importers and exporters moving large volumes of goods The API primarily covers DHL Express services, which are the most relevant for API-integrated shipping in e-commerce and document delivery contexts. **DHL API Products** The DHL Developer Portal organizes APIs by use case: **1. MyDHL+ API (Shipment Management)** The primary API for e-commerce and business shipping: - Rate and transit time calculation before booking - Shipment creation and booking confirmation - Waybill/label PDF generation for printing - Pickup scheduling from sender location - Shipment cancellation **2. Tracking API** Real-time tracking for any DHL Express shipment by waybill number. Returns a detailed event history with timestamps, location descriptions, and current status. Supports tracking of multiple shipments in a single request. **3. Address Validation API** Validates that a destination address is serviceable by DHL Express and returns the correct postal/city code format for the destination country. **4. Product and Service API** Returns available DHL service types for a given country pair (EXPRESS WORLDWIDE, EXPRESS 9:00, EXPRESS 12:00, ECONOMY SELECT, etc.) and their specifications. **5. Invoice and Paperless Trade** For international shipments, DHL supports electronic customs invoices eliminating the need for physical paper documents attached to packages. **How Developers Use DHL API** Register at developer.dhl.com. Generate API credentials (API key) from the developer portal. For production shipments, link a DHL business account. Rate calculation: ``` GET https://api.dhl.com/eship/rates?accountNumber=YOUR_ACCOUNT&fromCountryCode=NG&toCountryCode=GB&weight=2 Authorization: Basic BASE64(USERNAME:PASSWORD) ``` Returns all available DHL service levels with rates and transit times. Shipment creation returns a booking confirmation ID and waybill number. Label PDF is then available at the label endpoint using the shipment ID. **Nigerian Export Use Cases** Nigeria has significant export potential across several sectors where DHL is the logistics partner of choice: 1. **Fashion and Textiles**: Nigerian fashion designers selling globally (to diaspora, international buyers) use DHL Express for international e-commerce fulfillment. Typical shipment weight: 1-5kg. 2. **Agricultural Products**: Premium Nigerian products (cashews, hibiscus, shea butter, spices) exported to European and US buyers via air freight. DHL handles documentation and customs. 3. **Documents and Legal Papers**: Nigerian law firms, government agencies, and embassies regularly ship urgent legal documents internationally. DHL Express Document service offers same-day pickup and next-day delivery to major global cities. 4. **Technology and Electronics**: Nigerian tech companies shipping devices, prototypes, or product samples to international partners use DHL for the required speed and reliability. 5. **Healthcare Samples**: Nigerian research institutions and hospitals shipping biological samples, diagnostic materials, or pharmaceutical samples internationally under DHL's specialized dangerous goods handling. **Nigerian Import Tracking** Nigerian importers using DHL for inbound goods from China, Europe, and the US can use the DHL Tracking API to monitor shipment status from origin through Nigerian customs to final delivery. This is particularly valuable for time-sensitive imports where customs clearance delays need to be detected early. The DHL tracking event sequence for a typical Nigerian import: - Shipment picked up in origin country - Departed origin hub - Arrived at Frankfurt/Dubai transit hub (depending on route) - Departed transit hub - Arrived Lagos (MMIA or MMA2) - Customs clearance in process - Cleared by Nigerian Customs - Out for delivery - Delivered **Pricing** DHL pricing is per-shipment based on: - Service level (Express Worldwide, Economy Select, etc.) - Weight (actual and volumetric — whichever is greater) - Origin-destination pair - Surcharges (fuel, remote area, signature required, etc.) Nigerian exporters typically get access to DHL commercial account rates, which are significantly lower than walk-in rates at DHL service points. High-volume shippers can negotiate further discounts. The API returns rates that include all applicable surcharges for transparency. **API Access and Authentication** DHL uses HTTP Basic Authentication with API credentials from the developer portal. Production access requires: - DHL business account (opened at dhl.com/ng) - Developer portal registration (developer.dhl.com) - Linking the business account to the developer credentials - CAC registration for Nigerian business accounts Sandbox credentials are available immediately after developer portal registration. **Compliance and Documentation** DHL API integration includes support for: - Commercial invoices for customs - Harmonized System (HS) commodity codes for customs classification - Export licences (where applicable) - Prohibited and restricted items checking For Nigerian exports, DHL handles NAFDAC clearance requirements for food and pharmaceutical items and assists with SON certification documentation where needed. **Company Background** DHL was founded in 1969 by Adrian Dalsey, Larry Hillblom, and Robert Lynn in San Francisco. It is now owned by Deutsche Post DHL Group, headquartered in Bonn, Germany. With operations in 220+ countries, DHL is the undisputed leader in international express logistics. In Nigeria, DHL has built one of the strongest international courier networks — a trusted brand for both individuals and enterprises. Their API platform is mature, well-documented, and backed by enterprise-grade SLAs. DHL's API is the definitive choice for Nigerian businesses that need programmatic access to international shipping — whether for e-commerce fulfillment, document delivery, or supply chain management — with the reliability and reach of the world's largest logistics company.