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

# Get all options for an attribute

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

Retrieves all available variants or options associated with an attribute.

## Path parameters

- `mId` string, required
- `attributeId` string, required

## Query parameters

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

## Headers

- `User-Agent` string, required

## Response `200`

Successful response. Displays all options associated with an attribute.

- object
  - `id` string — Unique identifier of the option.
  - `name` string, required — Option name.
  - `attribute` object — Attribute name.
    - `id` string — Unique identifier of the attribute.
  - `items` object[] — List of items associated with the option.
    - `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)
