Product Search REST APIs

Oracle CPQ 24C introduces the following REST APIs to support the enhanced product search for CPQ products. Products consist of both stand-alone parts and product structures (i.e. BOM hierarchies).

Get All Products

Use this endpoint to retrieve all CPQ products.

  • Endpoint: /rest/v16/products
  • Method:  GET

Get a Product

Use this endpoint to retrieve the specified CPQ product.

  • Endpoint: /rest/v16/products/{productId}
  • Method:  GET

Search for Products

Use this endpoint to filter CPQ products using the specified search criteria.

  • Endpoint: /rest/v16/products/actions/search
  • Method:  GET

The Product Search REST APIs enable the delivery of a seamless and user-centric product search.

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.