Collections
Manage collections and the products included in each one.
Last updated:
Operations
| Method | Endpoint | Operation |
|---|---|---|
POST | /v1/catalog/collections | Create collection |
GET | /v1/catalog/collections | List collections |
POST | /v1/catalog/collections/exports | Export collections |
POST | /v1/catalog/collections/preview-count | Preview collection product count |
POST | /v1/catalog/collections/import | Import collections |
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 |