Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Stores Namespace / StoreEventEngine Class / LowInventoryItemPurchased Method
Keyvalue pair list of product ids and respective variants
In This Topic
    LowInventoryItemPurchased Method (StoreEventEngine)
    In This Topic
    Triggers the low inventory item purchased event.
    Syntax
    public static void LowInventoryItemPurchased( 
       List<KeyValuePair<int,string>> products
    )

    Parameters

    products
    Keyvalue pair list of product ids and respective variants
    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