Click or drag to resize

InventoryProductRepositoryGetProductTypes Method

Retrieves a list of all known Product Types

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

Return Value

IReadOnlyCollectionInventoryProductType
The requested list
See Also