Please ask two questions:
- Are there any apis that can be used to manage purchased products through backend servers? Or can it only be managed through Amazon’s management page?
- Does the backend server have an interface to retrieve the product list? I only found a way to use the Appstore SDK( https://developer.amazon.com/zh/docs/in-app-purchasing/iap-implement-iap.html#4 -implement-getpurchaseupdates-method), But is this for app development? How does the backend server obtain the product list?(I want to retrieve the price through the product because the response I get from RVS receipt validation does not include price and currency information.)