Parts Setup REST APIs

Oracle CPQ 26C introduces enhancements to existing Parts Setup REST APIs. In Oracle CPQ 26C, two new attributes are added to the definition of parts to govern the behavior over each type of items:

  • itemType: mapped to PIM’s Structure Item Type attribute, distinguishes Standard Items, Models and Option Classes.

  • enableContractCoverageFlag: mapped to PIM’s attribute with the same name, marks an item as serviceable to be covered by a service contract, warranty, SLA, or maintenance coverage.  

Get All Parts

Oracle CPQ 26C has added support for the following attributes: itemType and enableContractCoverageFlag.

Get a Part

Oracle CPQ 26C has added support for the following attributes: itemType and enableContractCoverageFlag.

Create a Part

Oracle CPQ 26C has added support for the following attributes: itemType and enableContractCoverageFlag.

Update a Part

Oracle CPQ 26C has added support for the following attributes: itemType and enableContractCoverageFlag.

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.