TypeScript SDK
Trailflow maintains a typed TypeScript SDK generated from the canonical OpenAPI contract. The SDK covers the same public surface documented in this portal:- loads
- tracking
- customers
- carriers
- webhooks
packages/partner-api-sdk/ and is validated as part of the Partner API release gate.
When to use the SDK
Use the SDK when your integration team wants:- typed request and response shapes
- consistent header handling for bearer auth and idempotency keys
- a maintained wrapper around the canonical Trailflow contract