Returns all open bill list of an outlet.
Path parameters
The merchant's outlet ID
Query parameters
Pagination number
Number of elements on a page
Sorts the result in ascending or descending order based on a given request parameter. Format of parameter: param_to_sort_by, ASC/DESC. Example: updated_at,DESC
Start date in DD/MM/YYYY format
End date in DD/MM/YYYY format
Returns only the bills that were synced at given timestamp
Returns only the bills that have bill status according to the given status value. Valid status values are: PENDING, COMPLETE, CANCELLED
Returns only bills that are assigned with a table. By default, dine_in_only is false and will return all bills (assigned with and without a table)
Returns item details that include informatio of item_variants and item_modifiers nof the bill.
Response
Sync bill response
Changes
No recorded changes to this endpoint across all 1 revision of this API.