---
title: "Get a single modifier"
method: GET
path: "/v3/merchants/{mId}/modifier_groups/{modGroupId}/modifiers/{modId}"
tags: ["INVENTORY"]
---

# Get a single modifier

`GET /v3/merchants/{mId}/modifier_groups/{modGroupId}/modifiers/{modId}`

Get a single modifier by it's group, and it's UUID

## Path parameters

- `mId` string, required
- `modGroupId` string, required
- `modId` string, required

## Query parameters

- `expand` string

## Headers

- `User-Agent` string, required

## Response `200`

- object
  - `id` string — Unique identifier
  - `name` string — Name of the modifier
  - `alternateName` string — Alternate name of the modifier
  - `available` boolean — True if this modifier is available across all channels
  - `price` integer — Additional cost when used
  - `modifierGroup` object
    - `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)
