Configuration CPQ REST Endpoints
Store/Configuration CPQ
The operations from the Store/Configuration CPQ category.
- Go to the next page in a configuration session.
- Method: postPath:
/ccstore/v1/cpq/configurations/next
- Go to the previous page in a configuration session
- Method: postPath:
/ccstore/v1/cpq/configurations/previous
- Navigate to and configure a model within a system configuration
- Method: postPath:
/ccstore/v1/cpq/configurations/configureInSystem
- Performs a get picklist options action for a particular configuration.
- Method: postPath:
/ccstore/v1/cpq/configurations/pickListOptions
- Performs a load arrayset data action for the given arraySetName in the input payload
- Method: postPath:
/ccstore/v1/cpq/configurations/arraySets/fetch
- Performs a remove arrayset row action on a arrayset.
- Method: postPath:
/ccstore/v1/cpq/configurations/arraySets/delete
- Performs an add arrayset row action on a arrayset.
- Method: postPath:
/ccstore/v1/cpq/configurations/arraySets/add
- Performs an add to cart action on a configuration attribute for a particular product.
- Method: postPath:
/ccstore/v1/cpq/configurations/save
- Performs an interact action on a configuration attribute for a particular product.
- Method: postPath:
/ccstore/v1/cpq/configurations/interact
- Performs retrieval of general settings that can be used to control the configurator display
- Method: getPath:
/ccstore/v1/cpq/configurations/uiSettings
- Performs retrieval of templates that control this display of BOM and Recommended Parts.
- Method: getPath:
/ccstore/v1/cpq/configurations/templates/{id}
- Start a configuration session for a particular product.
- Method: postPath:
/ccstore/v1/cpq/configurations
- Update a configuration for a particular product.
- Method: postPath:
/ccstore/v1/cpq/configurations/update