Request order cancelation
POST/manager/order/v1/sources/:source/orders/:orderId/cancel
Cancels (rejects) the order for the given source on behalf of the store. A cancellationReason is required; optionally include the cancelingParty to record who initiated the cancellation. Processed asynchronously; returns 202 Accepted.
RATE LIMIT: 32 per minute
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 422
The order cancelation request was successfully accepted.
The request is malformed.
Invalid authorization.
Authorization not valid for the requested resource.
Resource not found.
The request body is not valid.