list_in_app_purchases
Retrieve in-app purchases for an app with details on name, product ID, type, and state. Optionally filter by type or state.
Instructions
List in-app purchases for an app. Returns IAP name, product ID, type, and state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The App Store Connect app ID | |
| type | No | Filter by in-app purchase type | |
| state | No | Filter by state | |
| limit | No | Maximum number of IAPs to return |