Introduction

The Reservations API provides all the functionality required to create and manage restaurant table reservations.

The Reservations API contains the following APIs:

  • The Reservation Locations API, which allows you to provide location information and configure reservation settings for individual restaurants. A reservation location represents a physical restaurant, and at least 1 must be configured before calling methods in the other Reservations APIs.
  • The Time Slots API, which allows you to retrieve availability information for time slots at a reservation location. A time slot represents the availability of a restaurant for a specific party size during a given window of time.
  • The Reservations API, which allows you to create and manage reservations. A reservation object represents the reservation of 1 or more tables for a party of guests at a particular restaurant.
  • The Experiences API, which allows you to create and manage unique dining experiences at restaurants, such as wine tastings, chef’s tables, or special menus.

Before you begin

It’s important to note the following points before starting to code:

  • The Wix user must install the Wix Table Reservations app.

Use cases

Reservation app for restaurants on a Wix site

Terminology

For a comprehensive glossary of Reservations terms, see Terminology.

Did this help?