Get Ecwid store ID
Last updated
Was this helpful?
Ecwid.getOwnerId()This method allows you to receive the store ID. Works on any opened storefront page.
Code example:
var storeId = Ecwid.getOwnerId()
console.log(storeId);
// prints
// 1003If you need to make this call on the main Instant Site page, use window.instantsite.getSiteId(); call instead.
Last updated
Was this helpful?
Was this helpful?
