Update store listing
play_update_listingUpdates Google Play store listing text for one language, covering title, short description, full description, and promo video. Fetch the current listing first to avoid overwriting fields not provided.
Instructions
Updates the store listing text for one language (title, short description, full description, promo video). Only provided fields are sent; omit a field to leave it server-side unless the underlying API requires full replacement (it does — fetch with play_get_listing first if you need to preserve untouched fields).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| video | No | YouTube URL for the promo video | |
| editId | Yes | Edit id returned by play_create_edit | |
| language | Yes | BCP-47 language code as used by Play Console, e.g. "en-US", "tr-TR" | |
| packageName | Yes | Play Console package name, e.g. "com.example.app" | |
| fullDescription | No | ||
| shortDescription | No |