Hi I am looking through this documentation - https://developer.apple.com/documentation/appstoreconnectapi/create_an_introductory_offer - but where will the intro be applied to what app? There is no info for id or app id - I need an example request
Post
Replies
Boosts
Views
Activity
I am trying to get the prices and territories of an in app purchase
Price points API https://developer.apple.com/documentation/appstoreconnectapi/list_all_price_points_for_an_in-app_purchase doesnt include all territories, just has one. Included returns a list of 1
url: "https://api.appstoreconnect.apple.com/v2/inAppPurchases/$appleID/pricePoints?include=territory&limit=200"
Then just Read in app purchase api https://developer.apple.com/documentation/appstoreconnectapi/read_in-app_purchase_information-1v2 doesnt include any territory info
Price schedule api does not link to price points to see the actual prices
https://developer.apple.com/documentation/appstoreconnectapi/read_in-app_purchase_price_schedule_information