Logistics Domain

Logistics API

Shipments, tracking, and delivery endpoints

API Prefix

/api/logistics

Every endpoint hangs off this prefix so you can compose requests consistently.

Endpoint coverage

8

curated routes spanning common workflows

Playground ready

Deep link directly into the playground with your preferred method and path.

Open in Playground

Capabilities

What you can simulate

Mix and match endpoints to validate dashboards, onboarding flows, error states, and integration docs before touching production systems.

1

Shipment manifests + package states

2

Carrier + service level metadata

3

Tracking checkpoints with timestamps

4

Delivery promises and exceptions

5

Warehouse + route assignments

6

Proof-of-delivery attachments

Endpoints

Available routes

Each endpoint responds with JSON objects modeled after production systems, complete with pagination, filtering, and optional latency controls for stress testing.

GET

/api/logistics/shipments

Try it
GET

/api/logistics/shipments?id=TRK-2025-001234

Try it
GET

/api/logistics/shipments?page=2

Try it
POST

/api/logistics/shipments

Try it
GET

/api/logistics/shipments/TRK-2025-001000/tracking

Try it
GET

/api/logistics/carriers

Try it
GET

/api/logistics/carriers?service_level=express

Try it
POST

/api/logistics/carriers/rates

Try it
logistics

Stress-test fulfillment tooling

Replay delivery edge cases to validate routing, notifications, and SLA dashboards.