---
title: "Get channel columns"
method: POST
path: "/v2/user/channels/{channelId}/columns"
tags: ["Channels - Channels Global"]
---

# Get channel columns

`POST /v2/user/channels/{channelId}/columns`

## Path parameters

- `channelId` string, guid, required

## Headers

- `Accept-Encoding` string[], required

## Request body

- BeezUPCommonChannelColumnId[]

## Response `200`

Channel columns

- ChannelColumn[]
  - `channelColumnId` string, guid, required — The channel column identifier
  - `channelColumnName` string, required — The channel column name
  - `channelColumnDescription` string — The channel column description
  - `showInMapping` boolean, required — Indicates if this column must shown in the mapping page or not
  - `position` integer, required — The position of the column starting from 1
  - `configuration` ChannelColumnConfiguration, required — The channel column configuration. The BeezUP Column Name is optional. If the BeezUP column is mapped we will indicate the data type and column importance of the BeezUP column.
    - `columnImportance` 'Required' | 'Recommended' | 'Optional', required — Importance of the column
    - `columnDataType` 'String' | 'Url' | 'Text' | 'Decimal' | 'DateTime' | 'Int' | 'SpecialInt' | 'InStock' | 'Unknown' | 'ImageUrl', required — Data type of the column, will be used for parsing and for consolidation proces
    - `beezUPColumnName` string — The BeezUP column name
  - `restrictedValues` ChannelColumnRestrictedValues — The restricted values. The key will be the restricted value identifier (format:guid) and the value will be the restriced value

---

[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/versions/557b7feddf8a/schema)
