Ecommerce
This section describes the API of the Ecommerce module.
To manage product types and products, you must add the following using statements:
using Telerik.Sitefinity.Ecommerce.Catalog.Model;
using Telerik.Sitefinity.Modules.Ecommerce.Catalog;
To manage departments, products, product types and product attributes, you use the Telerik.Sitefinity.Modules.Ecommerce.Catalog.CatalogManager class. To get an instance of the manager, use the following code:
CatalogManager catalogManager = CatalogManager.GetManager();
The section contains the following: