getMultiServiceBookingAvailability( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Checks if the business can still accommodate an existing multi-service booking and returns overall bookability status, capacity details, and policy violations.

Wix Bookings considers:

  • The relevant services' booking policies (SDK | REST).
  • The availability of all required resources (SDK | REST).

Call this method to check if an existing multi-service booking is still valid after business configuration changes. For example, staff changes, policy updates, or capacity modifications.

For checking availability before creating new multi-service bookings, call List Multi Service Availability Time Slots (SDK | REST) instead.

Method Declaration
Copy
Method Parameters
multiServiceBookingIdstringRequired

ID of the multi-service booking to retrieve.

Returns
Return Type:Promise<GetMultiServiceBookingAvailabilityResponse>
Errors
404Not Found

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?