Cancel Order

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

  1. Provide the order referenceNumber
  2. The API fetches order details from Linnworks
  3. Verifies the order belongs to your client (via SubSource matching)
  4. Cancels the order on Linnworks

Security

  • You can only cancel orders that belong to your client account
  • The order's SubSource must 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
Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!