Click or drag to resize

InventoryProductRepositoryGetAllPricesByProduct Method

Retrieve all of the prices associated with a given product

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public IReadOnlyCollection<InventoryPrice> GetAllPricesByProduct(
	IProduct product
)

Parameters

product  IProduct
The product whose prices should be retrieved

Return Value

IReadOnlyCollectionInventoryPrice
The prices belonging to the requested product
See Also