Hello!
I’m looking for a way to search orders by tender type and search by team member, just like the reporting page on the dashboard.
Is the orders api the correct api to use, and will it support filter by tender type and team member?
Thanks
Rick
From what I can tell there’s no data in the Orders API
that related the order to a team member.
What we need is to be able to find out exactly how much cash each team member has on hand between two date/times.
You’ll want to use the Payments API to ListPayments for a Square account. In the response will be all the tender types and team members. Unfortunately there isn’t query for team_member_id
but you can parse the results for team members you want the information for.
Sweet! Yeah that’ll work just great! Thanks!