Field | Type | Description |
---|---|---|
name | String | Category group name |
category_ids | [Int] | Ids of the categories in this group |
id | Int | A ID for this category group. |
image | Image? | Nullable. |
{
"name": "...",
"category_ids": [
15,
18,
13
],
"id": 10,
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"white_background": false
}
}