Loading SDK
Subify SDK is automatically loaded if the Subify app embed block is enabled in your theme. However, if you are using a non-standard Shopify theme (such as a headless theme) or the app embed block is disabled, you should load the SDK manually with a script
tag like below:
Once the SDK is loaded successfully, a subifySDK
object will be added to the window
object, which contains methods to work with the SDK.
Last updated