Get API to Retrieve Complete Model Configuration XML
Summary:
We are working on an integration that requires retrieving the Model Configuration XML from a Quote (Transaction) Line in Oracle CPQ.
We are currently using the Re-Configuration API endpoint.
This API successfully returns configuration details in JSON format, which includes the attribute node _config_attr_info
.
However, the data under _config_attr_info
is not structured in the same way as Oracle CPQ internally stores or displays in the transaction XML (e.g., as seen in Pipeline Viewer or on the Model Configuration Page).
Our requirement is to retrieve the complete configuration XML, preserving:
- The full attribute hierarchy
- Array set details
0