Convert Region Prices
convert_region_pricesConvert a source price into region-specific prices using Google Play's recommended local price points, not simple FX conversion.
Instructions
Convert one source price into every Play region's price.
Returns Play's own recommended prices rather than a naive FX conversion — values are rounded to each region's local price conventions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | App package name (e.g., com.example.myapp) | |
| price_micros | Yes | Source price in micros (1 unit = 1,000,000 micros) | |
| currency_code | Yes | Source currency code (e.g., USD) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||