THIS ARTICLE IS A WORK-IN-PROGRESS AND IS INCOMPLETE (but it's better than nothing;)

Note: This tutorial requires some knowledge of HTML, CSS, and Javascript. If you have any questions about this tutorial, don't hesitate to reach out to use using the chat icon below.

Step 1: Create a Shopify storefront access token.

Step 2: Add the booking widget code to your site

<button class="expapp-booking-form-activator">Book Now</button>
<div
data-expapp-full-page-booking-form
data-expapp-full-page-booking-form-product-id="<PRODUCT ID>"
data-expapp-full-page-booking-form-shop-url="<SHOP_URL>"
data-expapp-full-page-booking-form-base-url="https://prod-v2-api.experiencesapp.services"
data-expapp-full-page-booking-form-storefront-access-token="<STOREFRONT ACCESS TOKEN>"
></div>
Did this answer your question?