Generate Configurator REST APIs
Oracle CPQ 24C introduces the following REST APIs to support the auto generation of the BOM simple configurator.
Generate Configurator
Use this endpoint to create a simple configurator based on the BOM hierarchy setup. The auto-generator will create and deploy: a BOM mapping rule, configurable attributes corresponding to BOM items, and a configuration flow layout.
- Endpoint: /rest/v16/bomItemSetups/{bomItemVarName}/actions/generateConfigurator
- Method: POST
Get Related Configurators
Use this endpoint to retrieve all product hierarchies having BOM Mapping rules mapped to the root BOM item.
- Endpoint: /rest/v16/bomItemSetups/{bomItemVarName}/actions/getRelatedConfigurators
- Method: GET
The new Generate Configurator REST APIs support the auto generation BOM simple configurators for product structures/BOMs created outside of or within CPQ.
Steps to Enable
Review the REST service definition in the REST API guides to leverage (available from the Oracle Help Center > your apps service area of interest > APIs & Schema). If you are new to Oracle's REST services you may want to begin with the Quick Start section.