set_app_prices
Set per-territory manual pricing for an app, replacing the entire price schedule. Provide a complete array of territory-to-price point assignments, including the base territory.
Instructions
Set per-territory manual pricing for an app (Purchase Power Parity). WARNING: This replaces the entire price schedule — include ALL territory prices, not just changes. The base territory price must be included in manualPrices. Use list_app_price_points and get_price_point_equalizations to find price point IDs first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The App Store Connect app ID | |
| baseTerritory | Yes | Base territory for pricing (3-letter code, e.g., USA) | |
| manualPrices | Yes | Array of per-territory price assignments. Must include the base territory. |