> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.impala-courier.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.impala-courier.com/_mcp/server.

# 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

1. Call **Calculate Pricing** to quote a shipment before checkout.

2. (Optional) Use **Get Pricing Categories** / **Get Pricing Items** if offering value-based pricing (insurance/declared value tiers) instead of weight-based.

3. On order confirmation, call **Create Shipment** (weight-based or value-based) to register the shipment and get a tracking number.

4. Use **Track Shipment** to let customers check delivery status without authentication.