REST API commerceDocumentsOraclecpqo_bmClone_1Transaction
Summary:
I have a requirement to search quotes (using the REST API) that have any of a set of specific items in the configuration. Is there a way to include the part number from transactionLine in the query parameter in commerceDocumentsOraclecpqo_bmClone_1Transaction?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
I tried API versions v9 through v14
Code Snippet (add any code snippets that support your topic, if applicable):
/rest/v14/commerceDocumentsOraclecpqo_bmClone_1Transaction
I tried using the following search criteria
{$and:[{customerID_t:{$eq:"1"}},{orderNumber:{$exists:false}},{"status_t.value":{$eq:"QUOTECOMPLETE"}},{$or:[{"transactionLine._part_number":{$eq:"PART1"}},{"transactionLine._part_number":{$eq:"PART2"}}]}]}