listings_update
Update an Android app's store listing for a specific locale by replacing title, short description, full description, and video URL.
Instructions
Full replacement update of a locale listing. Fields: title (30), shortDescription (80), fullDescription (4000), video (YouTube URL).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageName | Yes | Android application package name, e.g. com.example.app | |
| editId | Yes | Edit id returned by `edits_insert` — required for all edits.* writes | |
| language | Yes | BCP-47 locale, e.g. en-US, fr-FR, zh-Hans | |
| title | No | ||
| shortDescription | No | ||
| fullDescription | No | ||
| video | No |