Catalog & productsUpdated 2026-06-01
Collections
Group products into curated collections for featured displays and landing pages.
Collections are curated groups of products — think "Summer essentials" or "Gifts under $50". Unlike categories, a product can belong to many collections.
Managing collections
Products → Collections subnav. Create a collection, then add products to it. The collection manager shows product counts and lets you browse the products in each collection.
Collection endpoints
POST
/product/collection/createCreate a collection.
SessionGET
/product/collection/listList collections with product counts.
SessionGET
/product/collection/:id/productsPaginated products in a collection.
SessionPOST
/product/collection/:id/add-productAssign a product to a collection.
SessionPATCH
/product/collection/update/:idUpdate a collection.
SessionDELETE
/product/collection/delete/:idDelete a collection.
SessionUse in the page builder
The storefront page builder has a product grid block that can display a collection. This is how you build curated landing pages and "featured products" sections.
Related