Get Order Cancellations
Path parameters
order_idinteger · int64Required
Header parameters
X-Violet-TokenstringRequired
X-Violet-App-SecretstringRequired
X-Violet-App-Idinteger · int32Required
Responses
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-onlyOptionalPossible values:
Status of the overall cancellation.
messagestringRead-onlyOptional
Description of the outcome of the order cancellation request.
204
no content
application/json
404
not found
application/json
get
/orders/{order_id}/cancellationsLast updated
Was this helpful?