Configuration Administration REST APIs
Oracle CPQ 26C adds the following endpoints for configuration attribute reordering based on attribute dependency requirements.
Note: The {configPath} variable represents one of the following paths:
- Product Family:
allProductFamilySetups/{allProdFamsVarName}/productFamilies
/{prodFamVarName} - Product Line:
allProductFamilySetups/{allProdFamsVarName}/productFamilies
/{prodFamVarName}/productLines/{prodLineVarName} - Model:
allProductFamilySetups/{allProdFamsVarName}/productFamilies
Reorder Configuration Attribute
Use this endpoint to reorder configuration attributes to ensure that dependent attributes are executed first at runtime for the applicable Product Family, Product Line, or Model item.
- Endpoint:
/rest/v19/_{configPath}/attributes/ations/reOrder - Method: POST
Steps to enable and configure
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.