ORDERS
Cancel order
Cancel a specific order by changing its status to CANCELLED. Requires write access.
PATCH
/
v1
/
orders
/
{orderIdOrNumber}
/
cancel
Authorizations
Public-Key
string
headerrequiredSecret-Key
string
headerrequiredPath Parameters
orderIdOrNumber
required
PATCH /v1/orders/:orderIdOrNumber/cancel Parameter
Body
application/json · object
The body is of type object
.
Response
200 - application/json
status
string
requiredAllowed value:
"success"
data
object
required