Search.../

About the Wix Bookings V2 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 V2 API you can manage bookings for a site's services. The booking object holds information about the customer and the session or schedule they have booked. You can then use the eCommerce APIs to handle the checkout and payment flow.

With Wix Bookings V2 API you can retrieve existing bookings and manage the booking's life cycle.

Terminology

For a comprehensive glossary of Wix Bookings terms, see Terminology.

Before you begin

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

  • The participantNotification field holds only information about the last message sent to the customer. It also doesn't include details which type of message has been sent.
  • To use the Bookings V2 API, import { bookings } from the wix-bookings.v2 module:
import { bookings } from 'wix-bookings.v2';
javascript | Copy Code

Was this helpful?