OrderLineVariantCategory
type OrderLineVariantCategory {
id: String!
categoryPath: [OrderLineVariantCategoryPath!]
name: String!
}
Fields
It is the id of the category of the variant.
categoryPath[OrderLineVariantCategoryPath!]It is the path of the category.
It is the name of the category.