About Item Modifiers

With the Item Modifiers API you can manage item modifiers. Item modifiers are extra modifications that can be applied additionally to a menu item. For example, "Almond milk" could be an item modifier that can be applied to a coffee. Item modifiers can be gathered into groups.

With the Item Modifiers API, you can:

  • Create, update and delete item modifiers.
  • Retrieve information about item modifiers.

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 Modifiers API, import { itemModifiers } from wix-restaurants.v2:

Copy
1

Terminology

Menu: A list of food and beverage items available for purchase at a restaurant.

Was this helpful?
Yes
No