Storefront Integration
Quick Start
This quick start gets your storefront integration live with the minimum required setup.
What you'll need
- Your Faslet
SHOP_ID - Access to your product page template (PDP)
- Access to your order confirmation / thank you page template
- A product identifier (
PRODUCT_IDENTIFIER) that is consistent across product pages and order tracking
Required steps
- Add order tracking first
- Add
faslet-orders.json the thank you page - Send a
widget_order_trackevent for each ordered product - Follow the full guide in Headless/Other
- Add the Faslet snippet on the PDP
- Add
<faslet-app>andfaslet-app.min.json product pages - Pass at least:
shop-id,product-identifier,brand, andproduct-img - Follow the full guide in Headless/Other
- Validate your setup
- Use the Integration Checklist
- Confirm button visibility and order events
Example backlog ticket
Product owners can copy/paste the example below into their backlog and adapt it to their own storefront and internal delivery process.
# Implement Faslet Size Assistant
## Description
Implement the Faslet Size Assistant on all product pages and enable order tracking to support size recommendations and analytics.
This includes rendering the assistant, passing product data, enabling add-to-cart, and tracking completed orders.
## Acceptance Criteria
- [ ] Faslet script is loaded on all product pages
- [ ] Size Assistant button is visible and opens correctly (contact Faslet support to activate a test product - by default the button will not show)
- [ ] Product and variant data are passed correctly (id, size, availability, price)
- [ ] Users can add the recommended size to cart from the assistant
- [ ] Add-to-cart handles errors (e.g. out of stock)
- [ ] Order tracking script is present on the confirmation/thank you page
- [ ] Orders send required data for all orders (order ID, products, variants, quantity, price)
- [ ] Tracking event is sent per product in the order for all products ordered
## Definition of Done
- [ ] Assistant works end-to-end (open → recommend → add to cart)
- [ ] Orders are tracked and visible in Faslet dashboard
- [ ] No errors in console or failed network requests
Choose your integration
Faslet provides integrations for several platforms, as well as the ability to integrate our Faslet widget into whatever custom platform you have.
Choose the platform or technology stack your shop uses:










