Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services Namespace / IInventoryManager Interface / Restock Method / Restock(Int32,Int32) Method
Quantity of the product to restock
Id of the product to restock
In This Topic
    Restock(Int32,Int32) Method
    In This Topic
    Restock a given quantity of the given product to the inventory
    Syntax
    void Restock( 
       int quantity,
       int productId
    )

    Parameters

    quantity
    Quantity of the product to restock
    productId
    Id of the product to restock
    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