[Write] Update App Store availability
asc_availability_updateReplace the full set of App Store territories an app is available in using 3-letter codes or ALL. Preview with dryRun before applying.
Instructions
Write. Replaces the full set of territories an app is available in. Use 3-letter territory codes (e.g. "JPN", "USA", "GBR", "CAN") or the literal "ALL" to expand to every currently active App Store territory (fetched live from Apple). Unknown codes are rejected before any change is made. Supports dryRun to preview enable/disable changes per territory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | Bundle id, app name, or App Store Connect app id | |
| dryRun | No | Preview only, do not apply | |
| territories | Yes | Territory codes, e.g. ["JPN","USA"], or ["ALL"] | |
| availableInNewTerritories | No | Whether the app should automatically become available in territories Apple adds later |