v1
latestOpenAPI 3.1.02026-07-1342112262.5 KBModifier Groups
Fetch a modifier group
Fetch a modifier group
Required scope: business/catalogue:read
get/v1/modifier_groups/{modifier_group_id}
Path parameters
modifier_group_idstring required
The unique identifier of the modifier group.
The unique identifier of the modifier group.
Response
Successful Response
Example response
{
"created_at": "2024-11-19T15:27:02+00:00",
"id": "1729001234567-aa11bb22-3344-4cdd-99ee-1122334455ff",
"max_selections": 2,
"min_selections": 0,
"modifiers": [
{
"fixed_price": {
"amount": 500,
"currency": "ZAR"
},
"id": "1729001234890-cc33dd44-9876-4123-aabb-2233445566ff",
"is_selected_by_default": false,
"modifier_group_id": "1729001234567-aa11bb22-3344-4cdd-99ee-1122334455ff",
"name": "Chips",
"ordinal": 1,
"pricing_strategy": "fixed_price",
"type": "product",
"variant_id": "1719321844551-c61b8a54-902e-4f3d-9d70-8b1e2f5b1a90:small"
}
],
"name": "Side Orders"
}