#jimmiller-product-quantity
1 messages · Page 1 of 1 (latest)
hey Toby. what about total sales of a product?
Sorry, we don't track that either. You can go through all of your transactions and compile this information, though that's probably going to be slow to execute. A better approach would likely be to store transaction data on your end, when the transactions occur, and then query that data to generate the report.
Our webhook endpoints and events can help with providing you that data:
https://stripe.com/docs/webhooks
Thanks Toby!