post
https://api.spreetaileu.com/api/api/v1/order/cancel
Endpoint: POST /api/v1/order/cancel
Full URL: https://api.spreetaileu.com/api/api/v1/order/cancel
Cancel an order in the Linnworks system.
How It Works
- Provide the order
referenceNumber - The API fetches order details from Linnworks
- Verifies the order belongs to your client (via SubSource matching)
- Cancels the order on Linnworks
Security
- You can only cancel orders that belong to your client account
- The order's
SubSourcemust match your authenticated client name - Orders that are already processed cannot be cancelled
Optional Parameters
refund: Refund amount (if applicable)note: Custom cancellation note (defaults to "Order cancelled via API by {client}")
Use Cases
- Cancel orders due to customer requests
- Handle order changes or corrections
- Automated order cancellation workflows
