get_price_point_equalizations
Retrieve Apple's equivalent price points in other territories for a given price point, showing Purchase Power Parity (PPP) data across countries.
Instructions
Get Apple's equivalent price points in other territories for a given price point. This is the core Purchase Power Parity (PPP) data — shows what Apple considers equivalent pricing across countries. Use list_app_price_points first to get a price point ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pricePointId | Yes | The price point ID (from list_app_price_points) | |
| territories | No | Filter to specific territories (3-letter codes, e.g., ['IND', 'BRA', 'TUR']) | |
| limit | No | Maximum number of equalizations to return (1-200) |