#HappyCathode

1 messages ยท Page 1 of 1 (latest)

rustic orchidBOT
dire obsidian
#

Hi ๐Ÿ‘‹

  1. Our API rate limit is 100 rps for each GET and POST so that is actually pretty good.
  2. 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

humble epoch
#

I didn't see any webhooks related to products and prices, I'll dig more! That would pretty much solve it

dire obsidian
#

And we do the *.updated event as well so you can catch changes (like updating descriptions and the like)

humble epoch
#

Thank you so much!!! ๐Ÿ™‚

dire obsidian
#

Happy to do it ๐Ÿ™‚

humble epoch
#

I'm happy I reached out for help