Welcome
Yonne Deliveries helps you quote deliveries, create orders, track fulfillment, and handle operational failures through one external API. Use this documentation to set up your first integration, understand key concepts, and move into the full API reference when you are ready.Base URL and environments
Yonne uses the same API host for both environments:Recommended integration flow
- Validate your API key with
GET /api/v1/external/validate. - Confirm the merchant pickup location is configured.
- Request a quote with
POST /api/v1/external/quote. - Create the order with
POST /api/v1/external/create-order. - Track progress with the order and tracking endpoints.
- Handle webhooks and business failures in your backend.
What to read next
- Read
docs/introduction/terminologyto align your team on core platform terms. - Read
docs/guides/authenticationto understand API key usage and request headers. - Read
docs/guides/external-api-first-orderfor the full first-order workflow. - Read
docs/guides/external-api-errors-and-retriesbefore going live.
