---
title: "Get an attribute and option by ID"
method: GET
path: "/v3/merchants/{mId}/attributes/{attributeId}/options/{optionId}"
tags: ["INVENTORY"]
---

# Get an attribute and option by ID

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

## Path parameters

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

## Query parameters

- `filter` string
- `expand` string

## Headers

- `User-Agent` string, required

## Response `200`

- object
  - `id` string — Unique identifier
  - `name` string, required — Name of the option
  - `attribute` object
    - `id` string — Unique identifier.
  - `items` object[] — Items associated with this option
    - `id` string — Unique identifier.

---

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