I’m a student currently in a project based class and my web application is integrated with the Square Order APIs for a restaurant whom I’m working with. My application pulls in many months worth of Orders data, then organizes the data into the number of orders for any given day. Then my application does some statistical analysis with the order counts and dates data.
The restaurant owner whom I’m working with told me that it would be a lot more valuable to him if I could do the same thing but with the total customer count (cover count) on any given day rather than the order count on any given day (number of receipts). I have been researching the Square APIs to find how I can pull this data but haven’t found anything yet.
The restaurant owner uses a square for restaurants application where he can view the number of customers per table with dates attached, and I’m hoping that I can access this data from an API so my application can use it. Does anyone know from what API I can get customer counts for each table?
Thank you,
Adrian