Skip to main content

CommitDraftOrderInput

Autogenerated input type of CommitDraftOrder

input CommitDraftOrderInput {
brandId: ID
clientMutationId: String
orderId: ID!
}

Fields

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

CommitDraftOrderInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

CommitDraftOrderInput.orderId ● ID! non-null scalar

The ID of the draft order to commit.

Member Of

commitDraftOrder mutation