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 requiredPricePerUnit: Must be greater than 0 (minimum: 0.01). Orders with zero price will be rejected by Linnworks.OrderLineNumber: Required (e.g., '1', '2') and cannot be empty. Required for order processing compatibility with Linnworks.DeliveryAddress&BillingAddress: Both required with complete informationStatus: Automatically set to "Pending" - do not include in request (any value provided will be ignored)
