GET /api/v1/product_categories
Name |
Type |
Description |
fields |
string |
Comma-separated list of fields. Example id,parent_id,name |
enabled |
boolean |
Only enabled categories |
GET /api/v1/product_categories/{category_id}
POST /api/v1/product_categories
Name |
Type |
Description |
name |
string |
- |
description |
string |
- |
meta_description |
string |
- |
meta_title |
string |
- |
enabled |
boolean |
- |
sort |
string |
- |
parent_id |
string |
- |
position |
integer |
- |
slug |
string |
- |
PUT /api/v1/product_categories/{category_id}
Name |
Type |
Description |
name |
string |
- |
description |
string |
- |
meta_description |
string |
- |
meta_title |
string |
- |
enabled |
boolean |
- |
sort |
string |
- |
parent_id |
string |
- |
position |
integer |
- |
slug |
string |
- |
DELETE /api/v1/product_categories/{category_id}
POST /api/v1/product_categories/{category_id}/image
DELETE /api/v1/product_categories/{category_id}/image