ProductInventoryTrackerGetQuantityAvailable Method
Gets the current available quantity of an inventory-tracked product, if known.
Namespace: Ignition.Commerce.ProductsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public decimal? GetQuantityAvailable(
IInventoryTrackable product
)
Public Function GetQuantityAvailable (
product As IInventoryTrackable
) As Decimal?
public:
virtual Nullable<Decimal> GetQuantityAvailable(
IInventoryTrackable^ product
) sealed
abstract GetQuantityAvailable :
product : IInventoryTrackable -> Nullable<decimal>
override GetQuantityAvailable :
product : IInventoryTrackable -> Nullable<decimal>
- product IInventoryTrackable
- The product whose inventory is to be checked
NullableDecimalThe 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.