Skip to main content

Web JS SDK

Installation

Our Web SDK is available via a CDN at the following URLs.

EnvrionmentURL
Dev/QAhttps://web-js-sandbox.bigshoptoken.com/main.js
Prodhttps://web-js.bigshoptoken.com/main.js

It can be injected on any site using the script tag.

Here are the parameters needed:

ParameterValueDetails
platformstring ('bigcommerce' or 'shopify')if you are on one of the supported platforms
retailer-namestringyour 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.