Get order by table number or Id

in Development
Hi All,
We're in the process of developing a self-service payment module. For that, an API would be required that get's a list of outstanding bills for a specific table (tablenumber or table id) and returns products, amount, prices etc. From what I found there are a lot of APIs available but couldnt find any docs on this one.
Hope to hear soon.
Cheers
Tags:
2 comments
Hi @Stefan_S, there is no endpoint specifically for this. To get the info you are looking for, you would need to use the financial endpoint to get a list of receipts, filter on 'status' to get the ones that are 'New' or 'In Progress.' This will give you the details of all open receipts. Each receipt object contains a tableId field to identify which receipt belongs to which table.
Lightspeed HQ
edit -> Found in another thread -> https://developers.lightspeedhq.com/resto-api/introduction/gettingstarted/
Might be good to add it here? -> https://developers.lightspeedhq.com/
Hi Leah,
Thanks for taking the time to assist! I might be missing something here... From what I can see there are 3 propositions: Ecom, retails and restaurant. In this case I'm specifically talking about getting a order from a table in a restaurant/bar.
While looking at the API docs I see documentation for:
Does that mean that I should use the Ecom or Retail? Also, in both of the docs there are a list of endpoints, but now "financial" endpoint. Sound like I'm missing something here.
Looking forward to hearing your thoughts on this.
Best