Click or drag to resize

InventoryProductRepositoryGetProductCategories Method

Retrieves a list of all known Product Categories

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

Return Value

IReadOnlyCollectionInventoryProductCategory
The requested list
See Also