Via the API, I want to get all OPEN (e.g. orders->status == “OPEN”) with successful tenders (e.g. paid for, i.e. order->tenders[0]->card_details->status == “CAPTURED”).
This should be equal to the POS display of all “active/upcoming” orders.
My earlier question:
I want to get all active/upcoming orders as listed in the dashboard (e.g. https://squareup.com/dashboard/orders/overview ). Ideally, just “todays” orders.
I thought it would be something simple like…
"query": { "filter": { "state_filter": { "states": [ "OPEN" ] } }
But I seem to get all orders. The data returns seems to support them being OPEN (but they’re obviously closed, because they’'re not showing up in the dashboard). I’ve t…
Possible duplicate::
Our App and custom Software will not work until we can actively track Open Tickets (open orders/tabs).
I’ve been asking for this feature for two years, and I’ve been told for two years that it’s on the developer roadmap.
Does anyone have an idea when Open Order tracking will be added to the Square API?
Thank you