List uploaded bundles
play_list_bundlesList all App Bundles in a Google Play edit, returning each bundle's versionCode and SHA-256 for release tracking.
Instructions
Lists all App Bundles present in an edit, with their versionCode and sha256.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| editId | Yes | Edit id returned by play_create_edit | |
| packageName | Yes | Play Console package name, e.g. "com.example.app" |