Using the Apple App Store Connect API to get data on our app is no fun - 7 seperate API requests to eventually get a temporary download URL which returns gzipped CSV data 😭
@adonaldson@stripe@stripesupport Aye maybe that is a way round it for products… Overall though I’d love to know why they made the update endpoints so limited 🤷🏻♂️
Query for @stripe devs - given the limitations of most of the update API endpoints, what's a good strategy for keeping data (products, prices, coupons etc) in sync with another source? 😕 @stripesupport
@jamesmills@stripe@stripesupport yeah similar here but the problem happens when the client updates something in the CMS e.g. they change a price but because you can't update the 'unit_amount' of a price object I have to make the old object inactive then create a new one and update our DB with the price ID..