StoreProductRepositoryGetAll Method

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.

Definition

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public IReadOnlyCollection<StoreProduct> GetAll()

Return Value

IReadOnlyCollectionStoreProduct
The list of store products

See Also