---
title: "Update modifier group"
method: PUT
path: "/modifiers-groups/{id}"
tags: ["Modifier groups"]
---

# Update modifier group

`PUT /modifiers-groups/{id}`

Admin role required.

## Request body

- UpdateModifierGroupRequest — Update a modifier group. Admin role required.
  - `client` integer, required — Wallet client id
  - `name` string
  - `description` string
  - `code` string
  - `color` string

## Response `200`

OK

- object
  - `data` ModifierGroup
    - `uid` integer
    - `crdate` integer
    - `tstamp` integer
    - `crdate_formatted` string
    - `tstamp_formatted` string
    - `name` string
    - `client` integer
    - `type` integer
    - `limit` integer
    - `modifiers_count` integer
    - `standalone_modifier_group` integer — 0 = normal group, 1 = standalone
    - `hidden` integer
    - `deleted` integer

---

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