Click or drag to resize

StoreProductRepositoryGetAllMerchandise Method

Retrieves all known Merchandise Store Products.

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public IReadOnlyCollection<Merchandise> GetAllMerchandise()

Return Value

IReadOnlyCollectionMerchandise
The requested list
See Also