[Read] Get App Store version metadata
asc_metadata_getGet localized App Store metadata (description, keywords, promotional text, what's new, support/marketing URLs) for an app version. Specify a locale or retrieve all locales.
Instructions
Read-only. Gets localized App Store metadata (description, keywords, promotional text, what's new, support URL, marketing URL) for a version. Locale must be explicit — returns all locales unless one is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | Bundle id, app name, or App Store Connect app id | |
| locale | No | Optional locale to filter to, e.g. "en-US" | |
| version | Yes | App Store version string, e.g. "1.1" |