Get store listing for a language
play_get_listingFetch the Play Store listing details—title, short and full descriptions, and video URL—for a specified language using a package name and edit ID.
Instructions
Fetches the store listing (title, short/full description, video URL) for one language.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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" |