Your Shopify and SellSN products need to be synced. We know this can be annoying but this is a one time process.

  1. Enter Your SellSN Store ID:
    Input your SellSN Store ID in the designated field at the top. You can find it at https://dash.sellsn.io/settings, click Copy ID at the top right.
  2. Enter Variant IDs and SellSN Product IDs:
    Add your Shopify Variant IDs and corresponding SellSN Product IDs. Use the "Add Variant" button to include multiple entries.
    Shopify Product ID Example: 48230419824971
    SellSN Product ID Example: 4c4f0add-cc18-4d5b-b47f-b143a6a29d9c
  3. Export the Custom Script:
    Click the "Export .JS File" button to generate and download the custom-script.js file.
  4. Upload the Script to Shopify:
    Upload the custom-script.js file to your Shopify theme's Assets folder.
  5. Include the Script in Your Theme:
    Edit your theme.liquid file and include the script with the following code, placed just before the closing </body> tag:
    {{ 'custom-script.js' | asset_url | script_tag }}
  6. Test the Integration:
    Visit a product page on your store to ensure the script is working as expected.