Calculate Price REST API Enhancements

  • We renamed the following parameters to align with pricing document attributes:
    • "items" is now "lines"
    • "itemIdentifier" is now "_itemIdentifier"
    • "currencyCode" is now "_currencyCode"
    • "customerId" is now "_customerId"
    • "partNumber" is now "_partNumber"
  • Removed "headerAttributeValues" and "itemAttributeValues" objects and included their attributes into their respective parent "pricing-calculatePriceRequest" or "lines" object.
  • Consolidated product price attributes under charges

The Calculate Price REST API updates support Oracle CPQ 24D Pricing features.

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.