You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Tip Tuesday - Release 24A REST API Parameter for Optimal Rule Execution

edited Sep 24, 2024 3:46PM in Configure Price Quote 8 comments

Oracle CPQ Release 24A introduced a new request body parameter for Commerce Rest Modify Action Endpoints.
"skipRules": ["HIDING"]

When you include the "skipRules": ["HIDING"] in the request payload of any Modify Type Action invocation using REST calls, Hiding rues will not be evaluated.

Requst Payload Format
{
"cacheInstanceId": "...",
"criteria": {
...
},
...,
"skipRules": ["HIDING"],
"documents": {
...
}
}

You may utilize this feature in the case of integration calls from external systems especially when the response is not reviewed or in order to have access to data that are not visible to general users.Depending on your implementation, this feature could improve the processing time of Commerce Modify Action Rest calls.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!