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

# Get all modifiers in a single modifier group

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

Retrieves a list of modifiers in a single modifier group.

## Path parameters

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

## Query parameters

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

## Headers

- `User-Agent` string, required

## Response `200`

Successful response. Displays all modifiers in a single modifier group.

- object
  - `id` string — Modifier group identifier.
  - `name` string — Name of the modifier group.
  - `alternateName` string — Alternate name of the modifier.
  - `available` boolean — Indicates whether the modifier group is available for sale across all channels, including point of sale (POS) devices, customer-facing kiosks, and online ordering websites.
  - `price` integer — Price of the modifier group. Use price type and merchant currency to determine the actual item price. For non-VAT merchants who do not pay value-added tax, this field is exclusive of tax. For VAT merchants, this field is inclusive of tax. Format: Cents
  - `modifierGroup` object
    - `id` string — Unique identifier of the modifier group.

---

[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)
