int storeId = Token.Store.StoreId;
But, inside a Web or Windows service, I have not found an approach to obtaining an instance of the int CommerceBuilder.Common.Token class that allows me to interact with the site via the AbleCommerce API. With that said, the best way to work with the system is through direct access to the backend database, correct?
