REST API Overview

Overview

You can make many types of HTTP requests with Oracle CPQ REST APIs to view, create, update, or delete data. Oracle CPQ Rest APIs use Hypertext Transfer Protocol Secure (HTTPS) to send data between a web browser and a website. HTTPS is encrypted in order to increase security of data transfer.

Beginning in Oracle CPQ 21A, we will support the current REST version and the two previous REST versions. Older (three versions back and earlier) REST versions may continue to function; however, Oracle will not address new issues that arise. We recommend you plan for this transition.

All new Oracle CPQ sites running in Oracle Fusion require the following Uniform Resources Locator (URL) path for all CPQ pages, endpoints, and file paths. The new standard URL path will include /cpq/. Refer to the following example:

  • New URL Format: /cpq/rest/v19/parts
  • Old URL Format: /rest/v19/parts

The URL path change does not impact existing sites not running in Oracle Fusion. However, we recommend all administrators apply this new format to all new URLs and suggest you consider transitioning from your existing URL path to the new URL path. 

Quick Start

The following steps outline sending requests to an Oracle CPQ REST API service.

ClosedPrerequisites

ClosedTask 1: Obtain Your Oracle CPQ Account Information

ClosedTask 2: Configure Your Client

ClosedTask 3: Send an HTTP Request

Related Topics

Related Topics Link IconSee Also