Get orders
Returns the list of orders placed in the POS system, optionally filtered by date range or location.
Path Parameters
Query Parameters
Page number
x >= 1Page size
1 <= x <= 100Start date (inclusive) of the period to get orders from. Ignored when 'closure_id' is provided.
End date (inclusive) of the period to get orders from. Ignored when 'closure_id' is provided.
Unique identifier of the location. If none passed, orders from all locations will be returned unless the location was selected by the end-user
State of the orders to get
open, closed, all Unique identifier of the closure. Scopes the result to that closure instead of a date range: when provided, 'date_from' and 'date_to' are ignored and every order of the closure is returned, whatever its date. If none passed, orders from all closures in the period will be selected.