apps__in_app_purchases_v2__list
Retrieve in-app purchases (v2) for a specified app, with filtering by name, state, product ID, or type, and optional pagination and relationship includes.
Instructions
List the in-app purchases (v2) belonging to an app. [GET /v1/apps/{id}/inAppPurchasesV2]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | App name, bundle ID (com.example.app) or numeric Apple ID. | |
| sort | No | comma-separated list of sort expressions; resources will be sorted as specified | |
| limit | No | maximum resources per page | |
| include | No | comma-separated list of relationships to include Pull related records in the same call. Without it, checking a relationship costs one extra call per row returned. | |
| next_url | No | Absolute links.next URL from a previous response. | |
| filter_name | No | filter by attribute 'name' | |
| filter_state | No | filter by attribute 'state' | |
| filter_productId | No | filter by attribute 'productId' | |
| filter_inAppPurchaseType | No | filter by attribute 'inAppPurchaseType' |