Performance Tool/Debugger REST API Enhancements
Oracle CPQ 25B provides Performance Debugger Log support for 'Reconfigure and Save' and 'Add to Cart' actions.
Request Body Samples
Reconfigure and Save
{ "actionName": "CONFIG_SAVE_AFTER_RECONFIGURE", "bsid" : 3023337829, "documentNumber": 2 }
Add to Cart
{ "actionName": "CONFIG_ADD_TO_CART", "favoriteId": 3023525714, "invocationId": 6993047 }
Refer to the following topics in Oracle CPQ Administration Online Help for details about creating granular performance logs.
This feature enables customers to performance benchmark configuration rules and actions.
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.