Wix Bookings: Service Page

Following are the slots and APIs that are available when building a plugin for Wix Bookings' Service page.

Slots

The Service Page can host a single plugin that users are free to reposition within the page by reordering the Service Page sections:

The slot is represented by the following placement object:

Copy
1

Bookings Service Plugin API

Use the Booking Service plugin API to integrate with the plugin's host.

The API provides data about the current booking service.

Properties

PropertyTypeDescription
bookingsServiceIdStringID of the Wix Bookings service that is currently applied on the plugin's host.

Code example

Copy
1

In your site plugin or in your app's server code, you may want to perform actions or implement logic that is dependent on the current booking or related data.

You can do this using the Wix Bookings APIs (Velo and REST).

Was this helpful?
Yes
No