#jimmiller-product-quantity

1 messages · Page 1 of 1 (latest)

oak phoenix
#

Hi there 👋 we don't track quantities for products.

neat kindle
#

hey Toby. what about total sales of a product?

oak phoenix
#

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

Listen for events on your Stripe account so your integration can automatically trigger reactions.

neat kindle
#

Thanks Toby!