Introduction to the Joy SDK
Introduction
Joy Developer Toolkit (JDK) was built with the mission to empower developers to create completely custom-builds for the Shopify store
You can use JDK to retrieve and display customers' information, redeem points for rewards, open or close the widget, etc.
Joy Developer Toolkit (JDK) is not currently compatible with single-page applications.
Getting started
Include the Joy Js script on each page of your site to access all the functionality of Joy's javascript library. The script should always be loaded directly from https://joy.avada.io
rather than included in a bundle or hosted yourself.
Once this script is loaded on your store, or you install the Joy app on your Shopify store, you will be able to access the joyInstance
global object with all of its methods.
Last updated