list_listing_images
Retrieve image details for a specific store listing type and locale, including IDs, URLs, and hashes. Use returned IDs to delete or manage images.
Instructions
List the store images of one type for one locale, each with id, url, sha1 and sha256. Use the returned ids with delete_listing_image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | Yes | BCP-47 language tag of the listing, e.g. 'en-US' or 'de-DE' | |
| image_type | Yes | Which store asset: 'phoneScreenshots', 'sevenInchScreenshots', 'tenInchScreenshots', 'tvScreenshots', 'wearScreenshots', 'icon', 'featureGraphic' or 'tvBanner' | |
| package_name | No | App package name, e.g. 'com.acme.app' (defaults to GOOGLE_PLAY_PACKAGE_NAME) |