Skip to main content

OrderLineVariantCategory

type OrderLineVariantCategory {
id: String!
categoryPath: [OrderLineVariantCategoryPath!]
name: String!
}

Fields

idString!required

It is the id of the category of the variant.

It is the path of the category.

nameString!required

It is the name of the category.