About Bookings Time Slots

The Bookings Time Slots API enables you to retrieve information about when services are available for booking. It provides detailed availability data, capacity information, and booking restrictions to help customers find and book the right time slots.

The Availability Time Slots Configuration Service Plugin allows you to customize how Wix calculates available time slots, including service duration, resources, locations, and duration adjustments based on customer choices.

Before you begin

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

The following APIs work with the Time Slots APIs to provide complete booking management.

Service and resource management

Define and manage the services and resources for time slot availability:

  • Services V2 API: Create and manage appointment-based services, classes, and courses that generate time slots.
  • Staff Members API: Manage staff members who provide services and their working schedules that affect availability.
  • Resources V2 API: Manage bookable resources like rooms or equipment that determine time slot capacity.

Booking management

Handle customer bookings using the retrieved time slot information:

Did this help?