apps__app_price_schedule__get
Fetch an app's price schedule by App ID, bundle ID, or Apple ID. Optionally include related records like territories, manual prices, and automatic prices.
Instructions
Read the app price schedule for an app. [GET /v1/apps/{id}/appPriceSchedule]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | App name, bundle ID (com.example.app) or numeric Apple ID. | |
| 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. |