Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Creates a root product in the catalog.
Overload List
| Name | Description | |
|---|---|---|
![]() |
CreateProduct(String, String) | Creates a root product in the catalog with the specified Product definition and product identifier. The product is created with a List Price =0. |
![]() |
CreateProduct(String, String, Decimal) | Creates a root product in the catalog with the specified Product definition, product identifier, and List Price. |
![]() |
CreateProduct(String, String, Decimal, String) | Creates a root product in the catalog with the specified Product definition, product identifier, List price, and parent category name. |
![]() |
CreateProduct(String, String, Decimal, String, String) | Creates a root product in the catalog with the specified Product definition, product identifier, List price, parent category name, and the display name for the product. |
![]() |
CreateProduct(String, String, Decimal, String, String, Decimal, StockStatus, Decimal) | Creates a root product in the catalog with the specified Product definition, product identifier, List price, parent category name, the display name for the product and adds inventory information for the product. |
Top
Remarks
Use this method to create a new product within the catalog according to the specified parameters.
.gif)