Objects
CancelOrderResponse
Response after cancelOrder mutation is called.
Fields
result
required
Array containing the orders associated with an order id and the cancellation status for each order.
error
Error object detailing information on why a cancellation request failed
Mutations
cancelOrder(input: CancelOrderInput!)
Was this page helpful?