Skip to content

Cancel an Order

PUT
/orders/{order_id}/cancel
order_id
required
integer

Order ID

Example
323498
x-api-key
string

E.g. 123

Example
123
object
id

Veeqo Order ID

number
123
send_veeqo_email

Send Veeqo email to customer

boolean
true
cancel_reason

Reason for cancellation

string
Customer requested cancellation
Example
{
"id": 123,
"send_veeqo_email": true,
"cancel_reason": "Customer requested cancellation"
}

Successful

X-Request-Id
string