HoldOrderInput
Autogenerated input type of HoldOrder
input HoldOrderInput {
clientMutationId: String
holdReason: String
orderId: ID!
}
Fields
HoldOrderInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
HoldOrderInput.holdReason
● String
scalar
The reason why the order is being held.
HoldOrderInput.orderId
● ID!
non-null scalar
Member Of
holdOrder
mutation