ProductInventoryTrackerCheckInventory(IInventoryTrackable, Decimal) Method

Checks a product's inventory in netFORUM against a requested quantity

Definition

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public InventoryCheckResult CheckInventory(
	IInventoryTrackable product,
	[OptionalAttribute] decimal quantityRequested
)

Parameters

product  IInventoryTrackable
The product whose inventory is to be checked
quantityRequested  Decimal  (Optional)
The quantity in which the product is being requested

Return Value

InventoryCheckResult
The results of the requested check. See InventoryCheckResult for detailed descriptions of the possible results.

See Also