Skip to main content

AcceptPendingOrderInput

Autogenerated input type of AcceptPendingOrder

input AcceptPendingOrderInput {
brandId: ID @deprecated
clientMutationId: String
orderId: ID!
}

Fields

AcceptPendingOrderInput.brandId ● ID deprecated scalar common

DEPRECATED

This argument will be removed in the future. Brand is becoming a product-only attribute. Order's company context will be used instead.

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 common

A unique identifier for the client performing the mutation.

AcceptPendingOrderInput.orderId ● ID! non-null scalar common

The ID of the pending order to accept.

Member Of

acceptPendingOrder mutation