Search.../

About the Wix Bookings Extended Bookings API

 

Developer Preview
APIs in Developer Preview are subject to change and are not intended for use in production.
Send us your suggestions for improving this API. Your feedback is valuable to us.

 

With the Wix Bookings Extended Bookings API, you can retrieve bookings for a site's services.
In addition to retrieving information about bookings, you also retrieve additional extended information, such as whether the booking can be refunded or rescheduled, and attendance for the booking.

Before You Begin

Before using any extendedBookings functions, make sure to install Wix Bookings on your site.

To use the Wix Bookings Extended Bookings V2 API, import { extendedBookings } from the wix-bookings.v2 module:

import { extendedBookings } from 'wix-bookings.v2';
javascript | Copy Code

Terminology

For a glossary of terms, see Terminology

Was this helpful?