asc_pricing_get
Retrieve subscription pricing for every territory with currency resolved, grouped by price so outliers stand out. Filter by territory or subscription as needed.
Instructions
Read subscription pricing across every territory for an app, with the currency resolved and territories grouped by price so outliers stand out. Collapses a four-hop walk and ~175 lookups into a handful of requests. The currency lives on the territory, not the price row, which is why reading prices by hand tends to produce ambiguous numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | Bundle ID, store name, or numeric Apple ID. | |
| territory | No | ISO alpha-3, e.g. USA. Omit for every territory. | |
| subscription | No | Product ID, name or id. Omit for all of them. |