How to Manage Bulk Updates and Deletions in an Inventory Catalog

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

With bulk updates and deletions you can update or delete multiple SKUs in the inventory catalog in a single operation. A bulk update is not necessarily faster than if you updated the items individually. However, it is more convenient for you.

The inventory system performs updates on SKU collections that are returned by methods such as the GetSkus method. The inventory system also supports updates to a collection of SKUs that match an expression. For example, you can search for all SKUs with the Preorderable property set to true and then change the property to false for all items.

The bulk update operation will always overwrite existing information in a catalog, including any changes made by another concurrent user.

When saving a dataset, the optimistic concurrency rules apply, and the API provides a bypassConcurrencyCheck API. Other bulk updates do not provide any optimistic concurrency.

In This Section

Reference

See Also

Other Resources

Managing Inventory Catalogs by Using the Inventory API