Skip to main content

CategoryPathItem

type CategoryPathItem {
id: ID!
description: String
imageId: String
isAutomated: Boolean
metaData: HTMLMetaData
name: String!
translations: [CategoryTranslation!]
}

Fields

idID!required
descriptionString

It is the description of the category of the product.

imageIdString

It is the id where the picture of the category is kept in the system.

isAutomatedBoolean
metaDataHTMLMetaData

It is the metadata information of the product category.

nameString!required

It is the name of the category in which the product is located.

It is the translation information of the product category.