In App Purchase product details from backend server.

Is there a way to fetch product details of our own In app purchase products listed on App store.

Any api or ways I can request for a product details from my backend server and it will return the product details.

Replies

Is there a way to fetch product details of our own In app purchase products listed on App store.

Yes:

https://developer.apple.com/documentation/appstoreconnectapi/app_store/in-app_purchase

What exactly do you mean by "product details" ?

by "product details" I means if product amount, price etc, the above link you share that will I am aware but it is for fetching product details from iOS application. I need to fetch in backend server without involvement of application.

Like apple provide app store api to fetch reports etc do they provide any api or other ways to fetch from backend server. Sever to server.

product amount

What exactly do you mean by "product amount"?

the above link you share that will I am aware but it is for fetching product details from iOS application.

No it isn't. It's part of the App Store Connect API, which you can call from your server etc.