Catalog & productsUpdated 2026-06-01

Categories

Organize products into a taxonomy with categories for navigation and filtering.

Categories are the primary way to organize your catalog. They drive storefront navigation, product filtering, and the category performance chart on your dashboard.

Where to find it

Products → Categories subnav. The CatalogEntityManager provides a table with create, edit, and delete actions. Each category shows its product count.

Category endpoints
POST/product/category/create
Create a category.
Session
GET/product/category/list
List categories with product counts.
Session
PATCH/product/category/update/:id
Update a category.
Session
DELETE/product/category/delete/:id
Delete a category.
Session

Storefront filtering

Shoppers filter products by category on your storefront. The storefront product list endpoint accepts a category filter parameter.