Search all orders for one or more locations.
Open in API Reference
A pagination cursor returned by a previous call to this endpoint. Provide this cursor to retrieve the next set of results for your original query. For more information, see Pagination.
A string that contains no characters. In an API request this value will appear as ''. Can be used to remove a field’s value.
''
The maximum number of results to be returned in a single page.
Default: 500 Max: 1000
500
1000
The location IDs for the orders to query. All locations must belong to the same merchant.
Max: 10 location IDs.
Query conditions used to filter or sort the results. Note that when retrieving additional pages using a cursor, you must use the original query.
A Boolean that controls the format of the search results. If true, SearchOrders returns OrderEntry objects. If false, SearchOrders returns complete order objects.
true
SearchOrders
false
Default: false.
// No response received yet.