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/createCreate a category.
SessionGET
/product/category/listList categories with product counts.
SessionPATCH
/product/category/update/:idUpdate a category.
SessionDELETE
/product/category/delete/:idDelete a category.
SessionStorefront filtering
Shoppers filter products by category on your storefront. The storefront product list endpoint accepts a category filter parameter.
Related