Channel Catalogs - Categories
Get channel catalog categories
get/v2/user/channelCatalogs/{channelCatalogId}/categories
Path parameters
channelCatalogIdstring guid required
The channel catalog identifier
Response
Channel catalog category mappings
Example response
{
"links": {
"self": {
"href": "/v2/user/channelCatalogs/6d6b04de-406b-4539-8e7e-bf3e8da5dfb0/categories",
"method": "GET"
},
"disable": {
"href": "/v2/user/channelCatalogs/6d6b04de-406b-4539-8e7e-bf3e8da5dfb0/categories/disableMapping",
"method": "POST"
},
"reenable": {
"href": "/v2/user/channelCatalogs/6d6b04de-406b-4539-8e7e-bf3e8da5dfb0/categories/reenableMapping",
"method": "POST"
}
},
"channelCatalogCategoryConfigurations": [
{
"links": {
"configureCategories": {
"href": "/v2/user/channelCatalogs/6d6b04de-406b-4539-8e7e-bf3e8da5dfb0/category/configure",
"method": "POST"
}
},
"catalogCategoryPath": [
"Vêtements",
"Femmes",
"Chaussures"
],
"channelCategoryPath": [
"Clothing",
"Women",
"Shoes"
]
}
],
"mappingStatus": "required",
"costStatus": "required"
}