---
title: "Get the Concerned Channel Catalog Attributes"
method: GET
path: "/v2/user/channelCatalogs/{channelCatalogId}/attributes"
tags: ["Channel Catalogs - Attributes"]
---

# Get the Concerned Channel Catalog Attributes

`GET /v2/user/channelCatalogs/{channelCatalogId}/attributes`

## Path parameters

- `channelCatalogId` string, guid, required

## Response `200`

Concerned Channel Attributes

- ConcernedChannelCatalogAttribute[] — Concerned Channel Attributes
  - `channelCategoryName` string
  - `channelOriginCategoryName` string
  - `channelFullCategoryPath` string
  - `channelCategoryCode` string
  - `attributes` ConcernedChannelCatalogLinkedAttribute[]
    - `channelAttributeId` string, guid
    - `attributeName` string
    - `attributeCode` string
    - `attributeDescription` string
    - `status` string
    - `isVariant` boolean
    - `typeValue` string
    - `attributeValueListCode` string
    - `defaultValue` string
    - `catalogColumnId` string, guid — The catalog column identifier (catalog or custom column)
    - `catalogColumnName` string — The catalog column named by the user (catalog or custom column)

## 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)
