CreateSku Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Creates a product in the inventory catalog and returns an InventorySku class.
Overload List
Name | Description | |
---|---|---|
CreateSku(String, String, Decimal, StockStatus) | Creates an inventory SKU. | |
CreateSku(String, String, Decimal, StockStatus, Decimal) | Creates an inventory SKU with the stock out threshold. | |
CreateSku(String, String, String, Decimal, StockStatus) | Creates an inventory SKU with the variant identifier. | |
CreateSku(String, String, String, Decimal, StockStatus, Decimal) | Creates an inventory SKU with the stock out threshold and variant identifier. |
Top