Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.38 KB

SearchOrdersRequest.md

File metadata and controls

13 lines (10 loc) · 1.38 KB

SearchOrdersRequest

Properties

Name Type Description Notes
LocationIds []string The location IDs for the orders to query. All locations must belong to the same merchant. Min: 1 location IDs. Max: 10 location IDs. [optional] [default to null]
Cursor string A pagination cursor returned by a previous call to this endpoint. Provide this to retrieve the next set of results for your original query. See Pagination for more information. [optional] [default to null]
Query *SearchOrdersQuery [optional] [default to null]
Limit int32 Maximum number of results to be returned in a single page. It is possible to receive fewer results than the specified limit on a given page. Default: `500` [optional] [default to null]
ReturnEntries bool Boolean that controls the format of the search results. If `true`, SearchOrders will return ``OrderEntry`` objects. If `false`, SearchOrders will return complete Order objects. Default: `false`. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]