DeleteSku Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Deletes an InventorySku from the InventorySkuCollection.
Overload List
Name | Description | |
---|---|---|
DeleteSku(String, String) | Deletes the specified InventorySku object from the InventorySkuCollection. The deleted InventorySKU object is specified by the Product catalog and the product identifier. | |
DeleteSku(String, String, String) | Deletes the specified InventorySku object from the InventorySkuCollection. The deleted InventorySKU object is specified by the Product catalog and the variant identifier. |
Top