Centra.
Centra is a headless commerce platform, which means you decide how and where the storefront experience is built. Faslet fully supports this flexibility: you can power the Faslet widget through our SDK packages or wire it up with your own stack for a bespoke experience.
Integration options
- NPM package – Use our JavaScript SDK to embed Faslet directly into your front-end. Follow the steps in our
npmguide to import the package, initialize it with your Faslet credentials, and render the widget where you need it. - PHP package – If your Centra storefront is driven by a PHP layer, the
phpguide walks through installing the Composer package and exposing the Faslet widget server-side. - Custom integration – Prefer a fully tailored setup or a different language/runtime? Our
custom platforminstructions cover the data contracts, events, and callbacks you need to wire Faslet into any bespoke front-end.
Typical implementation flow
- Confirm Faslet configuration – Ensure your store and styling preferences are configured in the Faslet Partner Portal.
- Choose your delivery channel – Pick the option above that best aligns with your Centra architecture. All three options expose the same widget configuration and callbacks, so you can switch later without reworking your data model.
- Provide product data – Supply Faslet with the product identifiers, available variants, and size metadata required for recommendations. Headless implementations typically fetch this data through Centra’s APIs and pass it to the widget on render.
- Handle customer journeys – Trigger the widget on your product detail pages for size-me and try-on and on the after order thank you page for order tracking to provide the best experience and data to reduce your returns.
Support
Our solutions team can help you pick the fastest route based on your stack. Reach out to support@faslet.me for implementation reviews or best practices.