v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Channel Catalogs - Categories

Configure channel catalog category

post/v2/user/channelCatalogs/{channelCatalogId}/categories/configure

Path parameters

channelCatalogIdstring guid required

The channel catalog identifier

Request body

overrideSubCategoryMappingsboolean required

Great feature! In case of mapping to parent channel category, you can ask to override the mapping of all sub channel category to this catalog category path

Example request

{
  "channelCatalogCategories": [
    {
      "catalogCategoryPath": [
        "Vêtements",
        "Femmes",
        "Chaussures"
      ],
      "channelCategoryPath": [
        "Clothing",
        "Women",
        "Shoes"
      ]
    }
  ]
}

Response

Channel catalog category configured