Updated 2026-06-01

Store API: Collections

Full CRUD for product collections via the Store API.

The collections resource exposes full CRUD for your curated product groups.

Collection endpoints
GET/v1/store/collections
List collections.
Publishable key
GET/v1/store/collections/:id
Get a single collection.
Publishable key
POST/v1/store/collections
Create a collection.
Secret key
PATCH/v1/store/collections/:id
Update a collection.
Secret key
DELETE/v1/store/collections/:id
Delete a collection.
Secret key