Click or drag to resize

ProductInventoryTracker Class

Provides access to netFORUM product inventory tracking information
Inheritance Hierarchy
SystemObject
  Ignition.Commerce.ProductsProductInventoryTracker

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class ProductInventoryTracker

The ProductInventoryTracker type exposes the following members.

Constructors
 NameDescription
Public methodProductInventoryTracker Default constructor
Top
Methods
 NameDescription
Public methodCheckInventory(IInventoryTrackable, Decimal) Checks a product's inventory in netFORUM against a requested quantity
Public methodCheckInventory(IInventoryTrackable, Decimal, Decimal) Checks a product's inventory in netFORUM against a requested quantity
Public methodClearCache Clears the tracker's cache, ensuring that the next inventory check operations should use the most up-to-date data from netFORUM.
Public methodGetQuantityAvailable Gets the current available quantity of an inventory-tracked product, if known.
Public methodIsInventoryTracked Checks to see if a given product's inventory is being tracked in netFORUM.
Top
See Also