Upload store listing image
play_upload_imageUpload a PNG or JPEG to a Google Play store listing image slot for a specific language, so localized app store assets are added to an existing edit.
Instructions
Uploads one image (PNG/JPEG) into a store listing image slot for a language.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| editId | Yes | Edit id returned by play_create_edit | |
| filePath | Yes | Absolute local path to the image file | |
| language | Yes | BCP-47 language code as used by Play Console, e.g. "en-US", "tr-TR" | |
| imageType | Yes | Which image slot in the store listing to operate on | |
| packageName | Yes | Play Console package name, e.g. "com.example.app" |