We would like to either be able to create/update/delete offerings/packages/products/entitlements programmatically, or at least get a web hook notification in our backend when these are created/updated/destroyed.
Is there anything like that implemented or in the works? Is there any way we can get this data by polling if not?
We’re trying to implement a series of things on top of RC for handling promotions and our backends need to be aware of what the existing offerings/packages/products are. Right now the best solution we have is to manually create things in both the backend and RevenueCat, but that’s very error-prone.