Skip to main content

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

idID!required
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.

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.

parentIdString

It 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.

List of hidden sales channels of the category.

shouldMatchAllConditionsBoolean

It is the translation information of the product category.