About Item Modifier Groups

The Item Modifier Groups API allows you to manage your item modifier groups. Item modifier groups gather individual menu items (or item modifiers) that can be used to modify, enhance, or specify existing menu items in an order. For example, a modifier group called "Pizza Toppings" might have the following modifier items: "extra cheese", "pepperoni", and "mushrooms".

With the Item Modifier Groups API, you can:

  • Create, delete, and update item modifier groups.
  • Retrieve information about item modifier groups.

Before you begin

It's important to note the following point before starting to code:

  • You must install the Wix Restaurants Menus (New) app.

To use the Item Modifier Groups API, import { itemModifierGroups } from wix-restaurants.v2:

Copy
1

Terminology

  • Menu: A list of food and beverage items available for purchase at a restaurant.
  • Item modifier: A type of menu item that serves as an addition to an existing menu item. For example, "Almond milk" could be an item modifier that can be applied to a coffee order.
Was this helpful?
Yes
No