Categories
Create and update categories, organize their tree, and import or export categories.
| Method | Endpoint | Operation |
|---|---|---|
POST | /v1/catalog/categories | Create category |
GET | /v1/catalog/categories | List categories |
POST | /v1/catalog/categories/exports | Queue a categories export |
POST | /v1/catalog/categories/import | Queue a categories import |
GET | /v1/catalog/categories/{categoryId} | Get category by ID |
GET | /v1/catalog/categories/suggests | Suggest categories |
PUT | /v1/catalog/categories/{categoryId} | Update a category |
DELETE | /v1/catalog/categories/{categoryId} | Delete a category |
GET | /v1/catalog/categories/tree | Get categories tree |
PUT | /v1/catalog/categories/tree | Update categories tree |