Skip to main content
PUT
Update Modifier Group
This endpoint allows you to update the configuration of existing modifier groups. You can change various properties such as the name, description, quantity constraints, and status while preserving existing options and mappings.
Updates to modifier groups will immediately affect how customers see and interact with customization options for linked products.

Path Parameters

string
required
The unique identifier of the store

Body

array
required
Array of modifier group objects to update

Request Example

Response

number
The number of modifier groups that were successfully updated

Response Example

You can update multiple modifier groups in a single request by including multiple objects in the array.
Ensure that min_quantity does not exceed max_quantity, and that the changes align with your current menu structure to avoid customer confusion.
Setting status to “inactive” will hide the modifier group from customer view without deleting it, allowing you to reactivate it later if needed.