---
title: "Get the BeezUP columns"
method: GET
path: "/v2/user/catalogs/beezupColumns"
tags: ["Catalogs - Global"]
---

# Get the BeezUP columns

`GET /v2/user/catalogs/beezupColumns`

Get the BeezUP columns, this columns are used for mapping during the manual catalog importation process.

## Response `200`

The catalog API index

- BeezUPColumnConfiguration[]
  - `beezUPColumnName` string, required — The BeezUP column name
  - `unique` boolean — /!\ ONLY AVAILABLE ON CATALOG COLUMN NOT ON CUSTOM COLUMNS!! If true, an error happen at the second occurence of the same value for this column This information will be used during the importation process and later for mapping proposal
  - `columnImportance` 'Required' | 'Recommended' | 'Optional', required — Importance of the column
  - `columnDataType` 'String' | 'Url' | 'Text' | 'Decimal' | 'DateTime' | 'Int' | 'SpecialInt' | 'InStock' | 'Unknown' | 'ImageUrl' — Data type of the column, will be used for parsing and for consolidation proces
  - `canBeTruncated` boolean — If the size of the value is greater than the limit we can truncate the value instead of failing...
  - `displayGroupName` string, required — Indicate the display group name where the column must be putted
  - `description` string — Describe the BeezUP column

## Other responses

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