Get prices and territories of an in-app purchase

I am trying to get the prices and territories of an in app purchase

  1. 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"

  1. Then just Read in app purchase api https://developer.apple.com/documentation/appstoreconnectapi/read_in-app_purchase_information-1v2 doesnt include any territory info

  2. 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

Get prices and territories of an in-app purchase
 
 
Q