Category Object
Represents a single category of products. Categories allow to organize products in a tree-hierarchies which can be used for navigation in the storefront.
Fields
#
backgroundImage
externalId
externalSource
metadata
[ MetadataItem !]!
Non-null
List of public metadata items. Can be accessed without permissions.
parent
privateMetadata
[ MetadataItem !]!
Non-null
List of private metadata items.Requires proper staff permissions to access.
products
List of products in the category and ancestor categories. This information preferable to request only for a single category details query.
seoDescription
seoTitle
trailingBreadcrumbs
[ Category !]
List providing entire parent-to-child lineage of categories leading to current category
Interfaces
#
Also implements Node , ObjectWithMetadata .
Usages
#
References
#
- Field allCategories from Query
- Field category from Query
- Field category from Product