Add List Price to Parts and Products REST APIs

The following Parts and Products REST API endpoints will now return List Price (listPrice) in the response.

  • Get a Part (GET) /rest/v18/parts
  • Get All Parts (GET)  /rest/v18/parts/{id}
  • Search for Parts (POST)  /rest/v18/parts/actions/search
  • Get All Products (GET) /rest/v18/products
  • Get a Product (GET) /rest/v18/products/{productId}
  • Search for Products (POST)  /rest/v18/products/actions/search

The addition of list price allows sales users to preview pricing in product searches.

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.