Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / InventoryManagerData Class / InventoryManagerData Constructor / InventoryManagerData Constructor(Int32,InventoryMode,Int32,Boolean,String)
Id of the product this inventory data is related to
Inventory Mode
Quantity in stock
Whether backorder is allowed or not
Option List if the data is for a product variant
Version
InventoryManagerData Constructor(Int32,InventoryMode,Int32,Boolean,String)
Initializes a new instance of the InventoryManagerData class.
Syntax

Parameters

productId
Id of the product this inventory data is related to
inventoryMode
Inventory Mode
inStock
Quantity in stock
allowBackorder
Whether backorder is allowed or not
optionList
Option List if the data is for a product variant
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also