Skip to main content

OrderTemplate

Template for special orders that defines standard parameters

type OrderTemplate {
brand: Brand @deprecated
brandId: ID @deprecated
code: String!
createdAt: ISO8601DateTime!
createdBy: Party!
createdById: ID!
description: String
id: ID!
name: String!
status: String!
templateData: JSON
updatedAt: ISO8601DateTime!
}

Fields

OrderTemplate.brand ● Brand deprecated object common

DEPRECATED

This field will be removed in the future. Brand is becoming a product-only attribute.

OrderTemplate.brandId ● ID deprecated scalar common

DEPRECATED

This field will be removed in the future. Brand is becoming a product-only attribute.

OrderTemplate.code ● String! non-null scalar common

OrderTemplate.createdAt ● ISO8601DateTime! non-null scalar common

OrderTemplate.createdBy ● Party! non-null object common

OrderTemplate.createdById ● ID! non-null scalar common

OrderTemplate.description ● String scalar common

OrderTemplate.id ● ID! non-null scalar common

OrderTemplate.name ● String! non-null scalar common

OrderTemplate.status ● String! non-null scalar common

OrderTemplate.templateData ● JSON scalar common

OrderTemplate.updatedAt ● ISO8601DateTime! non-null scalar common

Returned By

ordersB2bTemplate query ● ordersCreateB2bTemplate mutation ● ordersCreateTemplate mutation ● ordersTemplate query ● ordersUpdateB2bTemplate mutation ● ordersUpdateTemplate mutation

Member Of

EnrichmentOrderData object ● Order object ● OrderTemplateConnection object ● OrderTemplateEdge object