Custom Product Store
Rescope Commerce retrieves products from a IProductStore singleton. If you wish to customise how products are stored (for example, not as content nodes), you can create your own product store.
Default Implementation
The default implementation that ships with Rescope Commerce searches for products with the rescopeProduct
content type. The default product store returns instances of DefaultProduct, but you can create your own product class by implementing IProduct.