Hello,
You need to use two endpoints (appstoreconnectapi)
Endpoint 1 : https://developer.apple.com/documentation/appstoreconnectapi/list_all_price_points_for_an_in-app_purchase
This entry point allows you to retrieve the inAppPurchasePricePoint ID for a specific tier of your purchase .
Example: https://api.appstoreconnect.apple.com/v2/inAppPurchases/{Purchase_ID}/pricePoints?limit=200&filter[territory]=USA (GET request)
Endpoint 2 : https://developer.apple.com/documentation/appstoreconnectapi/add_a_scheduled_price_change_to_an_in-app_purchase
This entry point allows you to add the new tier by specifying the inAppPurchasePricePointID in included (https://developer.apple.com/documentation/appstoreconnectapi/inapppurchasepriceinlinecreate/relationships/inapppurchasepricepoint/data)
Topic:
App Store Distribution & Marketing
SubTopic:
General
Tags: