About Sections

The Sections API allows you to manage menu sections. Sections gather together various menu items into groups, such as "Appetizers", "Mains", "Desserts", "Drinks" and so on.

With the Sections API, you can:

  • Create, delete, and update sections.
  • Retrieve the information about a section.

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 Sections API, import { sections } 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