Creating a Cart from a Quote
This API creates a cart for the quote or proposal referenced by QuoteID. The quote or proposal must be associated with a price list.
API |
Signature |
---|---|
createCart |
webService static Apttus_CPQApi.CPQ.CreateCartResponseDO createCart(Apttus_CPQApi.CPQ.CreateCartRequestDO request) |
Parameters |
|||
---|---|---|---|
Name |
Type |
Required? |
Description |
request | Apttus_CPQApi.CPQ.CreateCartRequestDO |
Yes |
The request data object. |
Request Data Object - Apttus_CPQApi.CPQ.CreateCartRequestDO |
||
---|---|---|
Field |
Type |
Description |
Properties | List<Apttus_CPQApi.CPQ.PropertyDO> |
The list of properties applicable to the cart |
QuoteID | ID |
The id of the quote/proposal to be associated with the cart. |
Data Object - Apttus_CPQApi.CPQ.PropertyDO |
||
---|---|---|
Field |
Type |
Description |
Name | String |
Specify the features applicable to the cart. Applicable values are:
|
Value | String |
The applicable values are true or false. Specifying the value as true enables the feature for a cart. |
Response Data Object - Apttus_CPQApi.CPQ.CreateCartResponseDO |
||
---|---|---|
Field |
Type |
Description |
CartId | ID |
The ID of the newly created cart object |
Code Sample
Integration Details
Use the following information in your integrations with CPQ Web Services API. Refer to Integrating Conga with External Systems for information on how to get started.
API Prerequisites
None.