Skip to main content
GET
Get List Of Modifier Groups
This endpoint returns a comprehensive list of modifier groups configured for your store. You can filter by status, search by name, and control the ordering of results to find specific modifier groups quickly.
This endpoint provides an overview of all your customization options, helping you manage and organize your menu modifiers effectively.

Path Parameters

string
required
The unique identifier of the store

Query Parameters

number
default:0
Number of records to skip for pagination
string
Search term to filter modifier groups by name
string
default:"ASC"
Sort order for results. Values: “ASC” or “DESC”
string
Filter by modifier group status. Values: “active” or “inactive”

Response

array
Array of modifier group objects

Response Example

Use the search_string parameter to quickly find specific modifier groups by name. The status filter helps you view only active or inactive groups.
The linked_options and linked_items fields provide a quick overview of what’s connected to each modifier group without needing additional API calls.