Hello all,
is it possible to get a closing balance or current balance from Shopify via the API?
Greetings
Marcus
Hello all,
is it possible to get a closing balance or current balance from Shopify via the API?
Greetings
Marcus
Hey @marfitec , at the moment there’s not a specific endpoint that contains a closing/current balance for a specific POS user, but there is data available through the TenderTransaction object in GraphQL that you could use to potentially build something like this. You could use the “processed_at” query parameter to set a date range within the TenderTransaction object and it would pull the available data from that date range to provide a look into the daily transactions made via POS and can even provide the user who processed the transaction.
Hope this helps!
Hi @ShopifyDevSup ,
thank you for the information. But after a payout the balance is not on 0,00 € or?
If I now add up the transactions, I still have a delta to the current balance. Or am I just thinking wrong?
I´ve got a balance with .myshopify.com/admin/api/2022-01/shopify_payments/balance.json?limit=250
and then calculated the transactions with the ransaktionlist.