POST

List Booking Policies


Developer Preview

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

Retrieves booking policies for the specified services.

Wix calls this method when a customer views available booking times or books a service. For example:

Wix uses the returned policies to calculate the bookingPolicyViolations property, considering:

  • Limits on how early or late a customer can book.
  • Whether online bookings are allowed.

Your implementation must return a policy for each service in the request, in the same order. All fields in the response must be returned unless explicitly marked as optional.

Endpoint
POST
{DEPLOYMENT-URI}/v2/list-booking-policies
Did this help?