Category
type Category {
id: ID!
categoryPath: [String!]
categoryPathItems: [CategoryPathItem!]
conditions: [CategoryCondition!]
description: String
imageId: String
isAutomated: Boolean
metaData: HTMLMetaData
name: String!
orderType: CategoryProductsOrderTypeEnum
parentId: String
salesChannelIds: [String!]
salesChannels: [CategorySalesChannel!]
shouldMatchAllConditions: Boolean
translations: [CategoryTranslation!]
}
Fields
categoryPath[String!]It is the id list information where the ids of all the superclasses of the category are found.
categoryPathItems[CategoryPathItem!]It is the id list information where the ids of all the superclasses of the category are found.
conditions[CategoryCondition!]descriptionStringIt is the description of the category of the product.
imageIdStringIt is the id where the picture of the category is kept in the system.
isAutomatedBooleanmetaDataHTMLMetaDataIt is the metadata information of the product category.
It is the name of the category in which the product is located.
orderTypeCategoryProductsOrderTypeEnumparentIdStringIt is the id of the superclass category of the category.
salesChannelIds[String!]It is the information of which sales channel the product category is in.
salesChannels[CategorySalesChannel!]List of hidden sales channels of the category.
shouldMatchAllConditionsBooleantranslations[CategoryTranslation!]It is the translation information of the product category.