CancelOrder
Represents the result of an order cancellation.
type CancelOrder {
message: Message!
errors: [CancelOrderError!]
}
Fields
CancelOrder.message ● Message! non-null enum
The message indicating the result of the cancellation.
CancelOrder.errors ● [CancelOrderError!] list object
The list of errors that occurred during the cancellation process.
Returned By
orderCancel mutation ● refundOrder mutation