Extended Parts Search REST API
The Parts Search REST API now accepts '"keywords" as part of the search query. Keywords can include indexed parts fields and Part Custom Fields that have the Search Page field enabled.
Parts Field Example
{ "criteria": { "totalResults": true, "offset": 0, "limit": 10, "keywords": ["part10007"] }, "context": { "pricebookVarName": "_default_price_book" } }
Part Custom Field Example
{ "criteria": { "totalResults": true, "offset": 0, "limit": 10, "keywords": ["Custom Field 25"] }, "context": { "pricebookVarName": "_default_price_book" } }
The keywords search enables Part Custom Fields in 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.