CompleteOrderInput
Autogenerated input type of CompleteOrder
input CompleteOrderInput {
brandId: ID
clientMutationId: String
orderId: ID!
}
Fields
CompleteOrderInput.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.
CompleteOrderInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CompleteOrderInput.orderId ● ID! non-null scalar
The ID of the accepted order to complete.
Member Of
completeOrder mutation