Create Modifier Group Linked Items
Modifiers
Create Modifier Group Linked Items
This endpoint links store items to a modifier group, allowing those items to use the customization options defined in the modifier group.
POST
Create Modifier Group Linked Items
This endpoint creates mappings between store items and modifier groups, enabling customers to customize specific products with the options available in the modifier group. For example, linking beverages to a “Size” modifier group.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.
Linked items will display the modifier group’s options as customization choices for customers.
Path Parameters
The unique identifier of the store
The unique identifier of the modifier group
Body
Array of store items to link with this modifier group
Request Example
Response
Indicates if the operation was successful
Array of successfully linked items
Array of item IDs that were already linked to this modifier group
Success message describing the operation result
Response Example
Only items with “active” status will be available for customer customization. Use “inactive” to temporarily disable customization for specific items.

