create_version_localization
Create a new localization for an App Store version by adding descriptions, keywords, and other metadata in a specific locale.
Instructions
Create a new localization for an App Store version. Add descriptions, keywords, and other metadata in a specific locale.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| versionId | Yes | The App Store version ID | |
| locale | Yes | Locale code (e.g., 'en-US', 'ja', 'zh-Hans') | |
| description | No | App description (max 4000 characters) | |
| keywords | No | Keywords for search (max 100 characters, comma-separated) | |
| whatsNew | No | What's new in this version (max 4000 characters) | |
| promotionalText | No | Promotional text (max 170 characters) | |
| marketingUrl | No | Marketing URL (HTTPS only) | |
| supportUrl | No | Support URL (HTTPS only) |