About Items

The Items API allows you to manage [menu items]. Items are various dishes that are grouped into sections. Each item has its own label and price, and can be customized with the item modifiers and price variants APIs.

With the Items API, you can:

  • Create, delete, and update items.
  • Retrieve the information about an item.
  • Count items that meet a specified filter.

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 Items API, import { items } 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