google_update_listing
Update the store listing for a specific language in Google Play Console. Provide package name, edit ID, and language code to modify title, short description, or full description.
Instructions
Update store listing for a specific language (title, descriptions)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageName | Yes | Android package name | |
| editId | Yes | Edit ID | |
| language | Yes | Language code (e.g. ko-KR, en-US) | |
| title | No | App title (max 30 chars) | |
| shortDescription | No | Short description (max 80 chars) | |
| fullDescription | No | Full description (max 4000 chars) |