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