The Reservations Locations API allows you to configure reservation settings for a restaurant location.
A reservation location represents a physical restaurant and holds the ID of a location
object. The location object holds the address that corresponds to the on-site location of that restaurant (except when the restaurant has no on-site location). Each reservation location has its own calendar, scheduling rules, table management settings, and other attributes that can be set and modified by the API.
With the Reservations Locations API, you can:
Note: Reservation locations can only be created and archived through a Wix site Dashboard, or using the Locations API.
Once a reservation location has been configured, you can:
It’s important to note the following points before starting to code:
The following functions may require additional permissions to run depending on which fields are included, or the value of certain fields.
Calling getReservationLocation()
with fieldsets
set to FULL
requires additional permissions:
FULL
fieldset requires either the READ RESERVATION LOCATIONS (FULL)
or MANAGE RESERVATION LOCATIONS
permission scope.FULL
fieldset requires API key authorization with appropriate permissions.Calling listReservationLocations()
with fieldsets
set to FULL
requires additional permissions:
FULL
fieldset requires either the READ RESERVATION LOCATIONS (FULL)
or MANAGE RESERVATION LOCATIONS
permission scope.FULL
fieldset requires API key authorization with appropriate permissions.Calling queryReservationLocations()
with fieldsets
set to FULL
requires additional permissions:
FULL
fieldset requires either the READ RESERVATION LOCATIONS (FULL)
or MANAGE RESERVATION LOCATIONS
permission scope.FULL
fieldset requires API key authorization with appropriate permissions.For a comprehensive glossary of Table Reservations terms, see Terminology.