Share via


SaveSkus Method (InventorySkuCollection)

Saves the inventory SKUs in the InventorySkuCollection.

Namespace:  Microsoft.CommerceServer.Inventory
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Sub SaveSkus ( _
    inventorySkus As InventorySkuCollection _
)
'Usage
Dim instance As InventoryCatalog
Dim inventorySkus As InventorySkuCollection

instance.SaveSkus(inventorySkus)
public void SaveSkus(
    InventorySkuCollection inventorySkus
)
public:
void SaveSkus(
    InventorySkuCollection^ inventorySkus
)
public function SaveSkus(
    inventorySkus : InventorySkuCollection
)

Parameters

Remarks

Performs a bulk save of the inventory products. The operation will be transacted. This method will take a collection of inventory SKUs and update the changes made by the caller to the collection, in the inventory database.

Permissions

See Also

Reference

InventoryCatalog Class

InventoryCatalog Members

SaveSkus Overload

Microsoft.CommerceServer.Inventory Namespace