#HappyCathode
1 messages ยท Page 1 of 1 (latest)
Hi ๐
- Our API rate limit is 100 rps for each GET and POST so that is actually pretty good.
- You should store the price/product data locally and that will avoid unnecessary GET requests.
In my test integration I listen to webhooks that sync my products/prices locally after i create them in Stripe
I didn't see any webhooks related to products and prices, I'll dig more! That would pretty much solve it
And we do the *.updated event as well so you can catch changes (like updating descriptions and the like)
Thank you so much!!! ๐
Happy to do it ๐
I'm happy I reached out for help