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

Using Query filters on Orders

Summary:

In Postman I am trying to test out some query filters on the Get Orders. However, what ever I try it seems to no like the syntax. I have read and followed this article: https://docs.oracle.com/en/cloud/saas/cx-commerce/21d/cxocc/RESTQueryParams.html

Content (required):

ccadmin/v1/orders?q=items.state ne "SUBMITTED"

or

ccadmin/v1/orders?q=state ne "SUBMITTED"


Keep getting error similar to:


{

    "errorCode": "00000000",

    "message": "The value \"items.state ne \"SUBMITTED\"\" for parameter \"q\" is invalid",

    "status": "500"

}

Version (include the version you are using, if applicable):

23A

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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