Get Order Cancellations

Get Order Cancellations

get
Path parameters
order_idinteger · int64Required
Header parameters
X-Violet-TokenstringRequired
X-Violet-App-SecretstringRequired
X-Violet-App-Idinteger · int32Required
Responses
chevron-right
200

success

application/json

Cancellation record for an order.

order_idinteger · int64Read-onlyOptional

The ID of the order this cancellation relates to.

app_idinteger · int32Read-onlyOptional

The ID of the app that originated this order.

statusstring · enumRead-onlyOptional

Status of the overall cancellation.

Possible values:
messagestringRead-onlyOptional

Description of the outcome of the order cancellation request.

get
/orders/{order_id}/cancellations

Last updated

Was this helpful?