Retrieves a list of orders, given the provided paging, filtering, and sorting.
Search Orders runs with these defaults, which you can override:
createdDate
is sorted in DESC
ordercursorPaging.limit
is 100
filter: {"status": {"$ne": "INITIALIZED"}}
- other order statuses can be queried, but orders with status: "INITIALIZED"
are never returnedFor field support for filters and sorting, see Orders: Supported Filters and Sorting.
To learn about working with Search endpoints, see API Query Language, and Sorting and Paging.
You can only call this method when authenticated as a Wix app or Wix user identity.