---
title: "Get product attributes"
method: GET
path: "/products/attributes"
tags: ["product-attributes"]
---

# Get product attributes

`GET /products/attributes`

Gets a list of product attributes.

## Response `200`

Product attributes retrieved successfully.

- ProductAttribute[]
  - `id` integer — Attribute ID.
  - `name` string — Attribute name.
  - `position` integer — Attribute position.
  - `visible` boolean — Define if the attribute is visible on the "Additional information" tab in the product's page.
  - `variation` boolean — Define if the attribute can be used as variation.
  - `options` string[] — List of available term names of the attribute.

## Other responses

- `400` — Bad request - invalid parameters.

---

[API](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication.md) · [All operations](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cocartapi/cocart-jwt-authentication/versions/2031b047ca5f/schema)
