Skip to main content

UpdateOrderTemplateInput

Autogenerated input type of UpdateOrderTemplate

input UpdateOrderTemplateInput {
brandId: ID!
clientMutationId: String
code: String
description: String
id: ID!
name: String!
status: String
templateData: JSON
}

Fields

UpdateOrderTemplateInput.brandId ● ID! non-null scalar

The brand that the template belongs to. If not provided, the header X-Brand-Id will be used.

UpdateOrderTemplateInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdateOrderTemplateInput.code ● String scalar

UpdateOrderTemplateInput.description ● String scalar

UpdateOrderTemplateInput.id ● ID! non-null scalar

The ID of the special order template to update.

UpdateOrderTemplateInput.name ● String! non-null scalar

UpdateOrderTemplateInput.status ● String scalar

UpdateOrderTemplateInput.templateData ● JSON scalar

Member Of

ordersUpdateB2bTemplate mutation ● ordersUpdateTemplate mutation