Skip to main content
POST
Create Modifier Group
This endpoint creates a new modifier group that can be used to organize customization options for your menu items. Modifier groups define the rules and constraints for how customers can customize their orders.
Modifier groups are essential for managing product customizations like sizes, add-ons, and variations.

Body

string
required
Name of the modifier group. Example: “MG007”
string
required
Description of the modifier group. Example: “Modifier group for drinks”
string
required
The unique identifier of the store
number
required
Minimum number of options customer must select
number
required
Maximum number of options customer can select
number
default:0
Display order precedence for the modifier group
string
required
Type of options in this group. Example: “Customization”
number
default:0
Maximum number of free options allowed
number
required
Maximum quantity for each option
string
required
Status of the modifier group. Values: “active” or “inactive”
array
Array of modifier option IDs to associate with this group
array
Array of store item IDs to link with this modifier group

Request Example

Response

This endpoint processes the request and creates the modifier group. No response body is provided upon successful creation.
Use modifier groups to organize related customization options like “Size Options”, “Add-ons”, or “Preparation Methods”.
Ensure that min_quantity is not greater than max_quantity, and that the linked store items exist in your inventory.