InventoryProductRepositoryGetAllPricesByProduct Method

Retrieve all of the prices associated with a given product

Definition

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
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