2 Best APIs for Label/Waybill Generation in Nigeria

We've analyzed and compared the top 2 API providers supporting Label/Waybill Generation 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 Label/Waybill Generation

2 of 2 selected
Feature
Easypost Shipping API
DHL API
PricingFree plan: 100 tracker updates/month, 1000 API calls. Paid plans from $10/month. US, Canada, UK, Australia carrier discounts automatically applied.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 Shopping
Yes
No
Label/Waybill Generation
Yes
Yes
Real-time Tracking
Yes
Yes
Address Verification
Yes
No
Carrier Discounts
Yes
No
Batch Shipment Processing
Yes
No
USPS / UPS / FedEx / DHL
Yes
No
Nigerian Domestic Carriers
No
No
Nigeria Pickup
No
No
Lagos Last-mile Delivery
No
No
International Shipping Rate Calculation
No
Yes
Shipment Booking
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
++++
Easypost Shipping API

Easypost Shipping API

EasyPost is a US-headquartered shipping API platform that consolidates rate shopping, label printing, address verification, and tracking across 70+ major Western carriers (UPS, FedEx, USPS, DHL, Royal Mail, Canada Post, and more) into a single developer-friendly API. EasyPost does NOT support Nigerian domestic carriers and cannot be used for Nigeria-to-Nigeria shipping. Its primary relevance to Nigerian developers and businesses is for US and international operations — specifically for businesses with US, UK, Canadian, or Australian shipping needs, Nigerian diaspora businesses, and Nigerian companies managing operations or shipments in Western markets. **What EasyPost Does** EasyPost provides four core shipping services: **1. Multi-carrier Rate Shopping** Submit package dimensions, weight, origin, and destination to receive rate quotes from all available carriers simultaneously. Compare USPS First Class vs UPS Ground vs FedEx Home Delivery for any US domestic shipment, or compare DHL Express vs FedEx International Priority for international routes. **2. Shipping Label Generation** After selecting a carrier and service level, create the shipment to receive a prepaid shipping label as a PDF or ZPL (thermal printer format) URL. Print and attach to the package. EasyPost's pre-negotiated rates with USPS, FedEx, and UPS are significantly lower than retail walk-in rates. **3. Address Verification** Validate US addresses before shipping to reduce failed deliveries. Returns the USPS-standardized address, residential/commercial flag, and deliverability status. **4. Shipment Tracking** Track any shipment across 70+ carriers using a unified tracking API. Returns normalized status events with timestamps and location data regardless of carrier. **Carrier Coverage (Western Focus)** US domestic: - USPS (all service classes: Priority Mail, First Class, Ground Advantage) - UPS (Ground, 2nd Day Air, Next Day Air, etc.) - FedEx (Home Delivery, Express, 2Day, Overnight, etc.) International from US: - DHL Express - FedEx International - UPS Worldwide - USPS Priority Mail International UK: - Royal Mail (various services) - DHL UK Canada: Canada Post, Purolator Australia: Australia Post, StarTrack **No Nigerian Carrier Support** EasyPost explicitly does not cover: - GIG Logistics - Red Star Express - Sendbox - Kwik Delivery - Any Nigerian domestic postal or courier service For Nigerian domestic shipping, use Sendbox, GIG Logistics API, or Konga Logistics instead. **How Developers Use EasyPost** Authentication uses HTTP Basic Auth with the API key as username: Rate shopping: ``` POST https://api.easypost.com/v2/shipments Authorization: Basic BASE64(YOUR_API_KEY:) { "shipment": { "from_address": { "street1": "123 Main St", "city": "New York", "state": "NY", "zip": "10001", "country": "US" }, "to_address": { "street1": "456 Oak Ave", "city": "Los Angeles", "state": "CA", "zip": "90001", "country": "US" }, "parcel": { "weight": 16, "length": 8, "width": 6, "height": 4 } } } ``` Returns all available rates. Then buy a specific rate to generate the label: ``` POST https://api.easypost.com/v2/shipments/{id}/buy { "rate": { "id": "rate_xxx" } } ``` Returns the label URL, tracking number, and tracking URL. SDKs available for Python, Ruby, Node.js, PHP, Java, C#, and Go. **Pricing** - **Free**: 100 tracker updates/month, 1000 API calls. No credit card required. - **Growth**: $10/month for higher limits - **Scale/Enterprise**: Custom pricing for high volume Beyond the platform fee, actual shipping costs are charged when labels are purchased — at EasyPost's pre-negotiated carrier rates. **Nigerian Relevance Scenarios** Although EasyPost does not cover Nigeria domestically, it is valuable in these scenarios: 1. **Nigerian-American E-Commerce**: An entrepreneur in the Nigerian diaspora selling from the US needs to ship to US customers. EasyPost is the fastest way to integrate USPS, UPS, and FedEx with negotiated discounts. 2. **Nigerian Companies with US Fulfillment**: Some Nigerian brands use US-based third-party logistics (3PL) warehouses for US customers. EasyPost integrates with most US 3PL platforms. 3. **Nigeria-to-International via US Intermediary**: A Nigerian exporter shipping through a US-based intermediary (a forwarder or consolidator) can use EasyPost for the US-side outbound leg. 4. **UK/Australia Operations**: Nigerian businesses with UK or Australian operations can use EasyPost for those markets. **Compliance** EasyPost is SOC 2 Type II certified. API calls are encrypted via HTTPS. For high-volume shippers, EasyPost provides volume commitment programs with additional rate discounts. **Company Background** EasyPost was founded in 2012 in San Francisco by Jarrett Streebin. The company is bootstrapped and profitable, rare in the startup ecosystem. EasyPost processes hundreds of millions of shipments annually and has grown to serve thousands of e-commerce businesses ranging from small Shopify merchants to large enterprises. Their API is widely regarded as the most developer-friendly shipping API available for Western markets, with excellent documentation, consistent uptime, and responsive support. For Nigerian developers building for Western markets, EasyPost is the leading choice. For Nigerian domestic logistics, use the Nigerian-specific APIs (GIG, Sendbox, Kwik, Konga Logistics) instead.

++++
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.