---
title: "Configure channel catalog column mappings"
method: PUT
path: "/v2/user/channelCatalogs/{channelCatalogId}/columnMappings"
tags: ["Channel Catalogs - Column Mappings"]
---

# Configure channel catalog column mappings

`PUT /v2/user/channelCatalogs/{channelCatalogId}/columnMappings`

## Path parameters

- `channelCatalogId` string, guid, required

## Request body

- ChannelCatalogColumnMapping[] — The column mapping list between a channel and a catalog
  - `channelColumnId` string, guid, required — The channel column identifier
  - `channelCategoryPath` string[] — The channel category path
  - `catalogColumnId` string, guid — The catalog column identifier (catalog or custom column)

## Response `204`

Channel catalog column mappings configured

## Other responses

- `404` — ChannelCatalogId not found or not authorized
- `default` — Occurs when something goes wrong

---

[API](https://skmtc.net/beezup/apis/beezup-merchant-api.md) · [All operations](https://skmtc.net/beezup/apis/beezup-merchant-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beezup/beezup-merchant-api/revisions/557b7feddf8a/schema)
