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/create
Create a collection.
Session
GET/product/collection/list
List collections with product counts.
Session
GET/product/collection/:id/products
Paginated products in a collection.
Session
POST/product/collection/:id/add-product
Assign a product to a collection.
Session
PATCH/product/collection/update/:id
Update a collection.
Session
DELETE/product/collection/delete/:id
Delete a collection.
Session

Use 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.