Migrate from XML to App Store Connect API

Hello,

We have huge application with a lot of inApp Purchase (10k).

We were using XML to feed it.

We have to move to App Store Connect API before 9 November but we are stuck with prices and handling currents inapps purchases.

From API view inApps Purchase have no prices...

https://api.appstoreconnect.apple.com/v2/inAppPurchases/$inapp_id/pricePoints?include=territory&limit=200&filter%5Bterritory%5D=FRA

Is there any migration documentation anywhere?

Thanks

Yahtus

Finally I found the solution to make the API work https://api.appstoreconnect.apple.com/v1/inAppPurchasePriceSchedules

In some cases, the price calendar is empty even though there is an active price in IOS Application, API call of https://api.appstoreconnect.apple.com/v1/inAppPurchasePriceSchedules/:inappid/manualPrices?include=inAppPurchasePricePoint&filter%5Bterritory%5D=FRA is empty too (no Customer Price / Price Tiers)

After creating a rate in the calendar, API Response is not empty...

So we had to check all the prices one by one and for the empty ones, send back the right price with API and it's works !

Migrate from XML to App Store Connect API
 
 
Q