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/collectionsList collections.
Publishable keyGET
/v1/store/collections/:idGet a single collection.
Publishable keyPOST
/v1/store/collectionsCreate a collection.
Secret keyPATCH
/v1/store/collections/:idUpdate a collection.
Secret keyDELETE
/v1/store/collections/:idDelete a collection.
Secret key