Logistics Domain
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 PlaygroundCapabilities
Mix and match endpoints to validate dashboards, onboarding flows, error states, and integration docs before touching production systems.
Shipment manifests + package states
Carrier + service level metadata
Tracking checkpoints with timestamps
Delivery promises and exceptions
Warehouse + route assignments
Proof-of-delivery attachments
Endpoints
Each endpoint responds with JSON objects modeled after production systems, complete with pagination, filtering, and optional latency controls for stress testing.
/api/logistics/shipments
/api/logistics/shipments?id=TRK-2025-001234
/api/logistics/shipments?page=2
/api/logistics/shipments
/api/logistics/shipments/TRK-2025-001000/tracking
/api/logistics/carriers
/api/logistics/carriers?service_level=express
/api/logistics/carriers/rates
Replay delivery edge cases to validate routing, notifications, and SLA dashboards.