Entities

Category

Category entity - components, queries, links, and related actions

Your storefront encounters the Category entity when building catalog navigation, rendering category listing pages, and displaying breadcrumb trails. A Category represents a product grouping in the catalog (e.g., "Shoes", "Electronics") and links to the products it contains.

Components

Base

CategoryBase

base
Category title and URL slug.
slug
stringrequired
title
stringrequired

Content

CategoryContent

content
HTML-formatted category description.

Media

CategoryMedia

media
Images and videos associated with the category.

SEO

CategorySeo

seo
Meta title, description, and robots directive for the category page.
title
string
description
string
robots
string

E.g. "index, follow", "noindex, nofollow", etc.

Queries

  • CategoryBreadcrumbLink BreadcrumbItem multi - All breadcrumb items that are part of the category breadcrumb.
  • CategoryProductsLink Product multi - Products assigned to the category.
  • MenuItem - Navigation menu entries that may link to this category.