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