Skip to main content

PlaceOrderHoldInput

Autogenerated input type of PlaceOrderHold

input PlaceOrderHoldInput {
clientMutationId: String
orderId: ID!
reason: String
}

Fields

PlaceOrderHoldInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

PlaceOrderHoldInput.orderId ● ID! non-null scalar common

The ID of the order to place on hold.

PlaceOrderHoldInput.reason ● String scalar common

Free-text reason for the hold. May be empty.

Member Of

placeOrderHold mutation