post
https://api.spreetaileu.com/api/api/v1/outbound
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:
- Validated against the schema
- Stored securely with your client identifier
- Processed by our fulfillment system
- Shipped according to the dispatch timeline
Important Fields
ReferenceNumber: Must be unique per clientCurrency: Must be a valid ISO 4217 code (EUR, GBP, USD)OrderItems: At least one item requiredDeliveryAddress&BillingAddress: Both required with complete informationStatus: Automatically set to "Pending" - do not include in request (any value provided will be ignored)
