StoreProductRepository Class
Provides access to Store Products.
See the Ignition User Guide for more information on what criteria a product must meet to be included as a Store Product.
Namespace: Ignition.Commerce.ProductsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public class StoreProductRepository : ICachingRepository
Public Class StoreProductRepository
Implements ICachingRepository
public ref class StoreProductRepository : ICachingRepository
type StoreProductRepository =
class
interface ICachingRepository
end
- Inheritance
- Object StoreProductRepository
- Implements
- ICachingRepository
ClearCache | |
GetAll |
Retrieves all known Store Products, excluding Discounts.
Note that products that are not considered Store Products will not be retrieved.
See the Ignition User Guide for more information on what criteria a product must meet to be included.
|
GetAllDiscounts |
Retrieves all discounts that include a public (eWeb) discount code and whose products and prices are active.
|
GetAllDiscountsT |
Retrieves all discounts that include a public (eWeb) discount code and whose products and prices are active.
|
GetAllKits |
Retrieves all known Kit Store Products.
|
GetAllKitsT |
Retrieves all known Kit Store Products.
|
GetAllMembershipPackages |
Retrieves all known Membership Package Store Products
|
GetAllMembershipPackagesT |
Retrieves all known Membership Package Store Products
|
GetAllMerchandise |
Retrieves all known Merchandise Store Products.
|
GetAllMerchandiseT |
Retrieves all known Merchandise Store Products.
|
GetAllPublications |
Retrieves all known Publication Store Products.
|
GetAllPublicationsT |
Retrieves all known Publication Store Products.
|
GetAllSubscriptions |
Retrieves all known Subscription Store Products.
|
GetAllSubscriptionsT |
Retrieves all known Subscription Store Products.
|
GetById(NetForumId) |
Retrieves a given Store Product by ID.
Note that products that are not Store Products will not be retrieved.
See the Ignition User Guide for more information on what criteria a product must meet to be included.
|
GetByIdT(NetForumId) |
Retrieves a given Store Product by ID.
Note that products that are not Store Products will not be retrieved.
See the Ignition User Guide for more information on what criteria a product must meet to be included.
|