Lines 4-44markdown
5## JavaScript SDK Library
6For developer seeking to integrate the best E-commerce collections, filters, search, personalization and merchandising into their Frontend
9The following document is for web developers seeking to utilize Fast Simon’s cloud service for Search, Collections and product recommendations.
10By using the described JavaScript SDK web developers can easily retrieve data to populate their search, collections and product recommendations.
12## Pre Installation Steps
131. Go to Filters & Instant Search App Dashboard.
142. Choose the Sync tab on the left.
153. Main Settings > turn on "REST API".
19### Authenticate with Fast Simon private NPM packages
21Before installation, run:
24npm config set "//registry.npmjs.org/:_authToken" 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
28 ```html title="Latest Version"
29<script src="https://assets.fastsimon.com/sdk/latest/fast_simon_sdk.js" async/>
32### NPM Package **(Recommended)**
34npm install fast-simon-sdk
37## Initialization - CDN
38Insert the following script at the **head** of your site as an **async** script after the original script injection
40// using a cdn script will bind FastSimonSDK to window
41document.addEventListener("DOMContentLoaded", function () {
42 window.FastSimonSDK.initialization({
43 storeID: 123, // store-id,
44 uuid: "this-is-my-uuid", // uuid