CategoryGroup

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.

Examples

Example 1

{
    "name": "...",
    "category_ids": [
        11,
        13,
        11
    ],
    "id": 19,
    "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
    }
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.7.0 stable