Quickstart: customize storefront with Ecwid JS API
Step 1. Set up a custom application in your store
Step 2: Connect a self-hosted JS file with the app
Step 3: Initialize Ecwid JS API in the file
Ecwid.OnAPILoaded.add(function() {
console.log("Ecwid JS API is loaded.");
});Last updated
Was this helpful?
