Introduction
Public API for e-commerce platforms to integrate with Impala Courier for shipment pricing, creation, and tracking.
Authentication
All endpoints (except tracking) require an X-API-Key header. Contact Impala Courier support to obtain a key for your shop.
Base URL
https://api.impala-courier.com
Typical integration flow
-
Call Calculate Pricing to quote a shipment before checkout.
-
(Optional) Use Get Pricing Categories / Get Pricing Items if offering value-based pricing (insurance/declared value tiers) instead of weight-based.
-
On order confirmation, call Create Shipment (weight-based or value-based) to register the shipment and get a tracking number.
-
Use Track Shipment to let customers check delivery status without authentication.
