v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Channel Catalogs - Column Mappings

Configure channel catalog column mappings

put/v2/user/channelCatalogs/{channelCatalogId}/columnMappings

Path parameters

channelCatalogIdstring guid required

The channel catalog identifier

Request body

channelColumnIdstring guid required

The channel column identifier

channelCategoryPathstring[]

The channel category path

catalogColumnIdstring guid

The catalog column identifier (catalog or custom column)

Example request

[
  {
    "channelColumnId": "8a76f06a-fefc-4c0d-bcfe-b210f1482977",
    "channelCategoryPath": [
      "Clothing",
      "Women",
      "Shoes"
    ],
    "catalogColumnId": "bea7c21e-948b-4ac3-9ffd-4396e62c4163"
  }
]

Response

Channel catalog column mappings configured