Products
Create and update products, relationships, files, and catalog imports.
Batch
| Method | Endpoint | Operation |
|---|---|---|
POST | /v1/catalog/products/batch/delete | Queue a product batch delete |
POST | /v1/catalog/products/batch/prices | Batch update product prices |
PATCH | /v1/catalog/products/batch/status | Batch update product status |
PATCH | /v1/catalog/products/batch/status-by-filters | Batch update filtered product status |
Moderation
| Method | Endpoint | Operation |
|---|---|---|
POST | /v1/catalog/products/moderation/decide | Approve or reject seller products |
GET | /v1/catalog/products/moderation/summary | Summarize seller products pending review |
Modifier Groups
| Method | Endpoint | Operation |
|---|---|---|
POST | /v1/catalog/products/{productId}/modifier-groups | Create product modifier group |
PUT | /v1/catalog/products/{productId}/modifier-groups/{id} | Update product modifier group |
DELETE | /v1/catalog/products/{productId}/modifier-groups/{id} | Delete product 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 |
Spreadsheet
| Method | Endpoint | Operation |
|---|---|---|
POST | /v1/catalog/products/spreadsheet | Create a product spreadsheet session |
POST | /v1/catalog/products/spreadsheet/save | Save product spreadsheet |
GET | /v1/catalog/products/spreadsheet/{id} | Get a product spreadsheet page |
Variants
| Method | Endpoint | Operation |
|---|---|---|
POST | /v1/catalog/products/{productId}/variants | Create product variant |
GET | /v1/catalog/products/{productId}/variants | List product variants |
PUT | /v1/catalog/products/{productId}/variants/{variantId} | Update product variant |
DELETE | /v1/catalog/products/{productId}/variants/{variantId} | Delete product variant |