Skip to content

Request cancellation of an order (customer-scoped)

POST
/rest/v1/order/order/{id}/cancel

Authorizations

bearerAuth

JWT access token obtained from /rest/auth/admin/login or /rest/auth/customer/login

Type
HTTP (bearer)

Parameters

Path Parameters

id*

ID of the order to cancel

Type
integer
Required
Format
"int64"

Responses

Cancellation requested

application/json
JSON
"string"

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI