Web JS SDK
Installation
Our Web SDK is available via a CDN at the following URLs.
Envrionment | URL |
---|---|
Dev/QA | https://web-js-sandbox.bigshoptoken.com/main.js |
Prod | https://web-js.bigshoptoken.com/main.js |
It can be injected on any site using the script tag.
Here are the parameters needed:
Parameter | Value | Details |
---|---|---|
platform | string ('bigcommerce' or 'shopify') | if you are on one of the supported platforms |
retailer-name | string | your unique retailer name |
Contact us to get your retailer name.
Shoptoken Global Object
When you load our Web JS SDK on your website, it creates a global "shoptoken" object that is added to the "window" object. This object provides access to our loyalty program functionality and allows you to easily configure and customize the loyalty program according to your needs.