Go Headless

/

Velo
Articles
API Overview
Getting Started
Tutorials
Velo Package Readmes
Release Notes

Velo-Only APIs
About Velo-Only APIs and the SDK
$w
$widget
wix-animations-frontend
wix-configs-backend
wix-http-functions
wix-realtime-backend
wix-application
wix-editor
wix-widget

APIs
About Velo APIs and the SDK
wix-activity-counters.v2
wix-analytics.v2
wix-auth
wix-billing.v2
wix-billing-backend
wix-blog-backend
wix-bookings-frontend
Introduction
Bookings Schema for Wix Search
Sample Flow
Shareable Booking Calendar Links
Shareable Booking Form Links
Shareable Bookings Service Page Links
checkoutBooking()
getCheckoutOptions()
getServiceAvailability()
wix-bookings.v1
wix-bookings.v2
wix-bookings-backend
wix-business-tools.v2
wix-cache-backend
wix-captcha.v2
wix-captcha-backend
wix-chat-backend
wix-comments.v2
wix-crm-frontend
wix-crm.v2
wix-crm-backend
wix-dashboard
wix-dashboard-management.v2
wix-data
wix-data.v2
wix-ecom.v2
wix-ecom-frontend
wix-ecom-backend
wix-email-marketing.v2
wix-events-frontend
wix-events.v2
wix-events-backend
wix-fetch
wix-forms.v2
wix-forum.v2
wix-forum-backend
wix-groups.v2
wix-groups-backend
wix-inbox.v2
wix-location-frontend
wix-loyalty.v2
wix-marketing-backend
wix-marketing.v2
wix-marketing-tags.v2
wix-media-backend
wix-media.v2
wix-members-frontend
wix-members.v2
wix-members-backend
wix-mobile
wix-multilingual.v2
wix-navigate-mobile
wix-pay-frontend
wix-pay-backend
wix-payment-provider-backend
wix-pricing-plans-frontend
wix-pricing-plans.v2
wix-pricing-plans-backend
wix-pro-gallery-backend
wix-realtime-frontend
wix-reviews.v2
wix-restaurants.v2
wix-search
wix-secrets-backend
wix-secrets-backend.v2
wix-seo-frontend
wix-site-frontend
wix-site-backend
wix-storage-frontend
wix-storage-mobile
wix-stores.v2
wix-stores-frontend
wix-stores-backend
wix-table-reservations.v2
wix-tags.v1
wix-urls.v2
wix-web-module
wix-window-frontend
wix-site-plugins.v1

Events & Service Plugins
About Events & Service Plugins and the SDK
Activity Counters
Automations
Billing
Bookings
Business Tools
Comments
CRM
Data
eCommerce
Email Marketing
Forms
Forum
Groups
Inbox
Loyalty
Marketing
Marketing Tags
Media
Members
Pricing Plans
Payments
Pro-Gallery
Routers
Site Monitoring
Stores
Table Reservations
Wix Events

Shareable Bookings Service Page Links

You can preselect a location for site visitors on the Bookings service page by creating shareable Bookings service page links. Customers can still change the selected location.

Send a shareable Bookings service page link

To send a shareable Bookings service page link:

  1. Visit the relevant service page on the live site and save both the <SITE_URL> and <SERVICE_SLUG> from the URL. The URL will look something like this:
    Copy
    Alternatively, you can also obtain the Bookings service page URL from the site's dashboard by following these steps.
  2. Retrieve the ID of the locations you want to preselect by calling listLocations() (SDK | Velo) or queryLocations() (SDK | Velo).
  3. Combine <SITE_URL>, <SERVICE_SLUG>, and <LOCATION_ID> to create the shareable link using the following format. If you want to preselect multiple locations, make sure to separate the IDs with commas.
    Copy
    For example:
    Copy
  4. Share the generated link with the customer.

How to get the Bookings service page URL from your dashboard

If you prefer to retrieve the Bookings service page URL directly from the site's dashboard, follow these steps to obtain the correct <SITE_URL> and <SERVICE_SLUG>.

  1. Get the <SITE_URL>.
    1. Navigate to the dashboard's Website Settings page.
    2. The <SITE_URL> is displayed in the Site address (URL) section.
  2. Get the <SERVICE_SLUG>.
    1. Go to the dashboard's SEO Settings for Booking Services page.
    2. Identify the relevant service and copy its <SERVICE_SLUG> from the Page URL column. Avoid duplicating /service-page when building the final link.
Did this help?