Hi team,
I would to extract the order information of customer's in-app purchase on app store to match against sales revenue. Looking through the Apple API documentation, I am taking the following steps
Get status and history for in-app purchase transactions through the App Store Server API by calling the Get Transaction History endpoint. This returns me the purchase date, transactionID, and quantity information. There is also a field called productID which was created in Apple Store Connect.
However i would also need to extract price information such as currency and item unit price. I looked through Apple Store Connect API which contains in app purchase information. How should i retrieve these fields from the response from Get Transaction History endpoint. Should I use the productID and what are the subsequent API endpoints to query?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
We are looking to create an integration with the Apple App Store through APIs to download sales from paid apps when customers download the app from the App Store on behalf of app developers. In countries with foreign currency controls, such as China, Apple developers must provide revenue proof (i.e. sales from paid apps when users download the app from the App Store) to transfer their earnings to their local bank account. Based on what we gather from the documentation, the App Store Server API seems to be meant for in-app purchases only.
Are there Apple APIs exposed to retrieve the information we need specifically the order ID, order date, currency, quantity, app price and app name for revenue from paid app downloads?
Topic:
App Store Distribution & Marketing
SubTopic:
General
Tags:
Analytics & Reporting
App Store Server API