Collections
Manage collections and the products included in each one.
| Method | Endpoint | Operation |
|---|---|---|
POST | /v1/catalog/collections | Create collection |
GET | /v1/catalog/collections | List collections |
POST | /v1/catalog/collections/preview-count | Create collection preview count |
POST | /v1/catalog/collections/exports | Queue a collections export |
POST | /v1/catalog/collections/import | Queue a collections import |
GET | /v1/catalog/collections/{collectionId} | Get collection |
PUT | /v1/catalog/collections/{collectionId} | Update collection |
DELETE | /v1/catalog/collections/{collectionId} | Delete collection |
GET | /v1/catalog/collections/{collectionId}/products | List collection products |
PUT | /v1/catalog/collections/{collectionId}/products | Set collection products |