Skip to main content
POST
Create Modifier Group Options
This endpoint creates new options within an existing modifier group. Each option represents a specific choice that customers can make when customizing their order, such as “Small”, “Medium”, “Large” for a size modifier group.
Options must be associated with existing store items and modifier groups.

Path Parameters

string
required
The unique identifier of the store
string
required
The unique identifier of the modifier group

Body

array
required
Array of modifier option objects to create

Request Example

Response

array
Array of created modifier option objects

Response Example

Set price to 0 for options that don’t add extra cost. Use positive values for premium options or add-ons.
Ensure the store_item_id exists in your inventory before creating the option.