Gets an items groups list for building a catalog.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
The list of groups was successfully received.
{- "groups": [
- {
- "external_id": "accessory",
- "name": "Accessory",
- "description": "Accessory",
- "image_url": null,
- "level": 0,
- "order": 1,
- "children": [ ],
- "parent_external_id": null
}, - {
- "external_id": "background",
- "name": "Background",
- "description": "Background",
- "image_url": null,
- "level": 0,
- "order": 1,
- "children": [ ],
- "parent_external_id": null
}, - {
- "external_id": "hair",
- "name": "Hair",
- "description": "Hair",
- "image_url": null,
- "level": 0,
- "order": 1,
- "children": [ ],
- "parent_external_id": null
}, - {
- "external_id": "outfit",
- "name": "Outfit",
- "description": "Outfit",
- "image_url": null,
- "level": 0,
- "order": 1,
- "children": [ ],
- "parent_external_id": null
}, - {
- "external_id": "body",
- "name": "Body",
- "description": "Body",
- "image_url": null,
- "level": 0,
- "order": 1,
- "children": [ ],
- "parent_external_id": null
}, - {
- "external_id": "delete_group",
- "name": "Body",
- "description": "Body",
- "image_url": null,
- "level": 0,
- "order": 1,
- "children": [ ],
- "parent_external_id": null
}, - {
- "external_id": "very_cool_group",
- "name": "Very cool group",
- "description": "Very cool group",
- "image_url": null,
- "level": 0,
- "order": 1,
- "children": [
- {
- "external_id": "test_group_secure",
- "name": "Test group secure",
- "description": "Group description",
- "level": 1,
- "order": 5,
- "children": [ ],
- "parent_external_id": "very_cool_group"
}
], - "parent_external_id": null
}, - {
- "external_id": "test_group_secure",
- "name": "Test group secure",
- "description": "Group description",
- "level": 0,
- "order": 1,
- "children": [
- {
- "external_id": "test_group_split",
- "name": "Test group secure",
- "description": "Group description",
- "level": 1,
- "order": 1,
- "children": [ ],
- "parent_external_id": "test_group_secure"
}
], - "parent_external_id": null
}
]
}