This article presents possible use cases and corresponding sample flows that you can support. These examples can serve as a helpful starting point as you plan your implementation.
You may want to showcase and allow guests to book specialized culinary experiences available on a Wix site.
The Wix user must do the following:
To showcase and allow guests to book specialized culinary experiences on a Wix site, follow these steps:
Query Experiences to get a list of available experiences.experienceId and reservationLocationId and direct them to a page where they can enter party size and date. Pre-fill the date with the current date, and party size with 2 as a default until the customer makes a choice.reservationLocationId, experienceId, party size, and date range to call Get Scheduled Time Slots in the Time Slots API.Get Scheduled Time Slots, find the start dates of time slots with the status AVAILABLE and present them for the customer to choose from.Create Held Reservation in the Reservations API with the selected experienceId, reservationLocationId, date, and party size.Reserve Reservation in the Reservations API to add the additional details to the reservation and change its status to RESERVED.