window.Ecwid.getOwnerId

Returns the store ID.

Get store ID code example:

var sid = window.Ecwid.getOwnerId();

console.log(sid);