---
title: "Get all attributes"
method: GET
path: "/v3/merchants/{mId}/attributes"
tags: ["INVENTORY"]
---

# Get all attributes

`GET /v3/merchants/{mId}/attributes`

Retrieves item attributes, for example: size and color of a t-shirt.

## Path parameters

- `mId` string, required

## Query parameters

- `filter` string
- `offset` integer
- `limit` integer

## Headers

- `User-Agent` string, required

## Response `200`

Successful response. Displays all attributes for an item.

- object
  - `id` string — Unique identifier of the attribute.
  - `name` string, required — Attribute name.
  - `itemGroup` object, required — Reference to an item group.
    - `id` string — Unique identifier of the item group.
  - `options` object[] — List of variants (options) available within an attribute. For example, an attribute of size can have small, medium, and large options.
    - `id` string — Unique identifier of the variant option.
    - `name` string, required — Variant option name.
    - `attribute` object
      - `id` string — Unique identifier of the attribute.
    - `items` object[] — List of items associated with the attribute.
      - `id` string — Unique identifier of the item.

---

[API](https://skmtc.net/clover/apis/platform-api.md) · [All operations](https://skmtc.net/clover/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clover/platform-api/versions/08da265101a3/schema)
