ProductInventoryTrackerGetQuantityAvailable Method

Gets the current available quantity of an inventory-tracked product, if known.

Definition

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public decimal? GetQuantityAvailable(
	IInventoryTrackable product
)

Parameters

product  IInventoryTrackable
The product whose inventory is to be checked

Return Value

NullableDecimal
The available quantity of the requested product if inventory tracking is turns on for the product; otherwise null if the product's inventory is not tracked.

See Also