apps__in_app_purchases_v2__list
List in-app purchases v2 for an app. Filter by name, state, product ID, or type, and include related records.
Instructions
List the in-app purchases (v2) belonging to an app. [GET /v1/apps/{id}/inAppPurchasesV2]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| 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' |