Skip to main content

CompleteOrderInput

Autogenerated input type of CompleteOrder

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

Fields

CompleteOrderInput.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.

CompleteOrderInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

CompleteOrderInput.orderId ● ID! non-null scalar common

The ID of the order to complete.

Member Of

completeOrder mutation