Category
Describes a category
| Field | Type | Required | Description |
|---|---|---|---|
id |
string |
yes | the category-number or unique id inside this specific shop |
name |
string |
yes | the display-name of this category |
productCount |
integer |
yes | Combined number of prodcts in the current and all subcategories format: int32 |
imageUrl |
string |
yes | the category-image |
childrenCount |
integer |
It is the number of direct sub categories format: int32 |
Example
Section titled “Example”{ "id": "cat41", "name": "Category 41", "productCount": 229, "imageUrl": "http://shopgate.cdn/category41.png"}
