Create Outbound Order

Endpoint: POST /outbound

Full URL: https://api.spreetaileu.com/api/api/v1/outbound

Create an outbound order for fulfillment.

Requirements

  • Authentication: Bearer token required (Get token from /auth/login)
  • Client mapping: Your token contains client identification

Order Processing

Orders are:

  1. Validated against the schema
  2. Stored securely with your client identifier
  3. Processed by our fulfillment system
  4. Shipped according to the dispatch timeline

Important Fields

  • ReferenceNumber: Must be unique per client
  • Currency: Must be a valid ISO 4217 code (EUR, GBP, USD)
  • OrderItems: At least one item required
  • DeliveryAddress & BillingAddress: Both required with complete information
  • Status: Automatically set to "Pending" - do not include in request (any value provided will be ignored)
Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!