Creating New Products
You can use this API to create products.
API |
Signature |
---|---|
createProducts |
webService static Apttus_Config2.CPQAdminStruct.ProductResponseDO createProducts(Apttus_Config2.CPQAdminStruct.ProductRequestDO productRequestDO) |
Request Parameter |
||
---|---|---|
Name |
Type |
Description |
productRequestDO | Apttus_Config2.CPQAdminStruct.ProductRequestDO |
The create products request data object. |
Request Data Object - Apttus_Config2.CPQAdminStruct.ProductRequestDO |
||
---|---|---|
Name |
Type |
Description |
ProductDOs | List<Apttus_Config2.CPQAdminStruct.ProductDO> |
The list of product data objects. |
Data Object - Apttus_Config2.CPQAdminStruct.ProductDO |
||
---|---|---|
Name |
Type |
Description |
Name | String |
The name of the product |
ConfigType | String |
Type of configuration of the product. You can use the following values:
|
IsActive | Boolean |
Indicates whether the product should be active or inactive. |
OptionalFields | List<Apttus_Config2.CPQAdminStruct.
MapDO> |
The list of optional field values. You can use this parameter to associate additional field values with the product. |
CategoryId | Id |
The Id of the category to which the products must be associated to. |
Response Parameter - Apttus_Config2.CPQAdminStruct.ProductResponseDO |
||
---|---|---|
Field |
Type |
Description |
ProductStructureJSON | List<Apttus_Config2.CPQAdminStruct.MapDO>
|
The list of key-value pairs. The key refers to the product name that was passed in the request and the value refers to the Id of the product. |
Response Data Object - Apttus_Config2.CPQAdminStruct.MapDO |
||
---|---|---|
Field |
Type |
Description |
String | Key |
The name of the product. |
String | Value |
The value refers to the Id of the product. |
Code Sample
The sample code below enables you to create products