#tyler-archetype
1 messages · Page 1 of 1 (latest)
hello! i think this is what you're looking for? https://stripe.com/docs/api/prices/list#list_prices-product
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I see. So if I want all the products and all the prices I'd have to call each product one by one? There's no way to get all the products and all the prices in one call?
yep, there's no way to get all the products and prices in one call. You essentially have to loop through each product
got it
Hi @pseudo coyote I'm taking over, let me know if you have any follow-up question