AcceptPendingOrderInput
Autogenerated input type of AcceptPendingOrder
input AcceptPendingOrderInput {
brandId: ID
clientMutationId: String
orderId: ID!
}
Fields
AcceptPendingOrderInput.brandId ● ID scalar
The brand ID. This parameter is optional, but if not provided, you should provide the header 'X-Brand-Id' with the brand ID.
AcceptPendingOrderInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
AcceptPendingOrderInput.orderId ● ID! non-null scalar
The ID of the pending order to accept.
Member Of
acceptPendingOrder mutation