v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
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

mappingStatus'required' | 'optional' | 'notConfigurable' required
costStatus'required' | 'optional' | 'notConfigurable' required

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"
}