I am new to the whole Apple API, sorry if this question is too fundamental. I find the documentation confusing.
I need to retrieve the current customerPrice in US$ for the USA for one specific IAP in my app.
I'm trying to use
https://api.appstoreconnect.apple.com/v2/inAppPurchases/{iap_id}/pricePoints?filter[territory]=USA&limit=200
I get a list of all pricePoints for my IAP. OK, so far so good.
How do I filter for the current price point only?
How do I retrieve the customerPrice for that price point?
Thank you very much for the help :)