This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Note: The Item Modifier Groups API only works with the Wix Restaurants Menus (New) app. Make sure you downloaded this app from Wix App Market.
Retrieves a list of modifier groups given the provided paging, filtering, and sorting. Up to 500 modifier groups can be returned per request. For a detailed list of supported operations, see the Supported Filters and Sorting article. To learn how to query modifier groups, see API Query Language.
| Field | Supported Filters | Sort |
|---|---|---|
id | $eq, $ne, $in, $nin | Sort: ✗ |
createdDate | $eq, $ne, $gt, $gte, $lt, $lte | Sort: ✗ |
updatedDate | $eq, $ne, $gt, $gte, $lt, $lte | Sort: ✗ |
modifiers.id | $in, $nin, $hasSome | Sort: ✗ |
modifiers.preSelected | $eq, $ne | Sort: ✗ |
rule.minSelections | $eq, $ne | Sort: ✗ |
rule.maxSelections | $eq, $ne | Sort: ✗ |
modifiers | $exists | Sort: ✗ |
rule.required | $eq, $ne, $in, $nin | Sort: ✗ |
rule | $exists | Sort: ✗ |
name | $begins, $eq, $ne, $in, $nin | Sort: ✗ |
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.