Figure out IAP price

hi, i want figure out IAP price by country and currency.

For example, I want to figure out how much IAP sells for $0.99 in the United States for in Japan

To figure this out, I focused on the Store connection API, and I thought I could figure it out using two APIs

https://api.appstoreconnect.apple.com/v1/inAppPurchasePriceSchedules/{id}/manualPrices?include=inAppPurchasePricePoint,territory

https://api.appstoreconnect.apple.com/v1/inAppPurchasePricePoints/{id}/equalizations?include=territory

If I combine these two APIs, can I know the results I want?

Figure out IAP price
 
 
Q