---
title: "Create a modifier"
method: POST
path: "/v3/merchants/{mId}/modifier_groups/{modGroupId}/modifiers"
tags: ["INVENTORY"]
---

# Create a modifier

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

Create a modifier object belonging to the modifier group identified in the URL.

## Path parameters

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

## Query parameters

- `expand` string

## Headers

- `User-Agent` string, required

## Request body

- object
  - `id` string — Unique identifier
  - `name` string — Name of the modifier
  - `alternateName` string — Alternate name of the modifier
  - `available` boolean — Indicates whether the modifier is available for sale across all channels, including point of sale (POS) devices, customer-facing kiosks, and online ordering websites.
  - `price` integer — Additional cost when used
  - `modifierGroup` object
    - `id` string — Unique identifier.

## Response `200`

---

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