Create Modifier Group
Modifiers
Create Modifier Group
This endpoint creates a new modifier group for a store. Modifier groups allow you to organize customization options that can be applied to menu items.
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.Documentation Index
Fetch the complete documentation index at: https://developer.lulacommerce.com/llms.txt
Use this file to discover all available pages before exploring further.
Modifier groups are essential for managing product customizations like sizes, add-ons, and variations.
Body
Name of the modifier group. Example: “MG007”
Description of the modifier group. Example: “Modifier group for drinks”
The unique identifier of the store
Minimum number of options customer must select
Maximum number of options customer can select
Display order precedence for the modifier group
Type of options in this group. Example: “Customization”
Maximum number of free options allowed
Maximum quantity for each option
Status of the modifier group. Values: “active” or “inactive”
Array of modifier option IDs to associate with this group
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.

