Products
Create and update products, relationships, files, and catalog imports.
Last updated:
Operations
| Method | Endpoint | Operation |
|---|---|---|
POST | /v1/catalog/products | Create a product |
GET | /v1/catalog/products | List products |
GET | /v1/catalog/products/{productId} | Get product by ID |
GET | /v1/catalog/products/count | Count products |
GET | /v1/catalog/products/suggest | Suggest products |
PATCH | /v1/catalog/products/{productId} | Update a product |
DELETE | /v1/catalog/products/{productId} | Delete a product |
POST | /v1/catalog/products/{productId}/reviews | Create product review |
GET | /v1/catalog/products/{productId}/activity | List product activity |
GET | /v1/catalog/products/{productId}/commission | Get product commission |
GET | /v1/catalog/products/{productId}/price-lists | List product prices |
Import & export
| Method | Endpoint | Operation |
|---|---|---|
POST | /v1/catalog/products/exports | Export products |
POST | /v1/catalog/products/import-assets | Upload import file |
POST | /v1/catalog/products/imports | Import products |
POST | /v1/catalog/products/reindex | Reindex products |
GET | /v1/catalog/products/import-schema | Get import schema |
GET | /v1/catalog/products/import-template | Download import template |
POST | /v1/catalog/products/spreadsheet/save | Save product spreadsheet |
Batch
| Method | Endpoint | Operation |
|---|---|---|
POST | /v1/catalog/products/batch/delete | Delete products in bulk |
POST | /v1/catalog/products/batch/prices | Update prices in bulk |
PATCH | /v1/catalog/products/batch/status | Update status in bulk |
PATCH | /v1/catalog/products/batch/status-by-filters | Update status by filters |
Moderation
| Method | Endpoint | Operation |
|---|---|---|
POST | /v1/catalog/products/moderation/decide | Approve or reject seller products |
GET | /v1/catalog/products/moderation/summary | Get moderation summary |
Modifier Groups
| Method | Endpoint | Operation |
|---|---|---|
POST | /v1/catalog/products/{productId}/modifier-groups | Create modifier group |
PUT | /v1/catalog/products/{productId}/modifier-groups/{id} | Update modifier group |
DELETE | /v1/catalog/products/{productId}/modifier-groups/{id} | Delete modifier group |
Size Guide
| Method | Endpoint | Operation |
|---|---|---|
GET | /v1/catalog/products/{productId}/size-guide | Get product size guide |
PUT | /v1/catalog/products/{productId}/size-guide | Set product size guide |