pricing__get_subscription_price
Retrieve the in-effect subscription price for an app in a specific territory. Supply the app and country code, with an optional subscription ID, to get the price directly without multiple API calls.
Instructions
What a subscription costs customers today in one territory (country), in a single step. Give the app (name, bundle ID or Apple ID) and the territory (e.g. USA, TUR); the subscription is optional — omit it to get every subscription in the app, which is how you answer "what does the weekly one cost" without knowing its product ID. Use this instead of chaining apps__list / subscription_groups / prices calls. It also returns the price that is actually in effect: subscriptions__prices__list returns price-less stubs unless the caller knows to include the price point.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | App name, bundle ID (com.example.app) or numeric Apple ID. | |
| territory | Yes | Territory (country) code, e.g. USA, TUR, DEU. Three letters, ISO-3166 alpha-3. | |
| subscription | No | Optional. Product ID or reference name. Omit to return every subscription in the app. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | Resolved app, as "Name (id)". | |
| note | No | Present when the app has no subscriptions at all. | |
| prices | Yes | One row per subscription. Empty when the app has none. | |
| territory | Yes |