Hello!
I am wondering what the best way is to fetch previous introductory offers from the App Store Connect API. I have tried hitting this endpoint:
https://developer.apple.com/documentation/appstoreconnectapi/list_all_introductory_offers_for_a_subscription
which seemed to only return the current, active introductory offer.
I am looking to gather all introductory offers for my subscription products, including the following attributes:
Start date
End date
Customer price
Territory
Currency
Introductory offer mode
Number of periods
Thank you.