set_android_store_listing
Update a Google Play store listing for a specific language, applying only the fields you specify. Changes go live immediately on commit.
Instructions
Update the Google Play store listing for a specific language. Only the fields you provide are updated — omitted fields are left unchanged. Changes go live immediately on commit; there is no staging step on Google Play.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | The Android package name e.g. com.example.myapp | |
| language | No | BCP-47 language tag e.g. en-US, fr-FR | en-US |
| title | No | App title (max 50 characters) | |
| short_description | No | Short description shown in search results (max 80 characters) | |
| full_description | No | Full description shown on the store listing page (max 4000 characters) |