About Menus

With the Menus API you can display restaurant menus on your site.

Menus are divided by sections, such as "Appetizers", "Mains", "Desserts", "Drinks" and so on. The sections contains menu items with their labels and price variants. Additionally, you can upgrade your menu by adding item modifier groups, such as "Extra Toppings" or "Sides".

With the Menus API, you can:

  • Create, delete, and update menus.
  • Retrieve information about a menu.

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 Menus API, import { menus } 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