V2CancelOrderInput
Autogenerated input type of V2CancelOrder
input V2CancelOrderInput {
clientMutationId: String
orderId: ID!
}
Fields
V2CancelOrderInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
V2CancelOrderInput.orderId ● ID! non-null scalar common
The ID of the order to cancel.
Member Of
cancelOrderV2 mutation