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