Create Play Console edit
play_create_editStart an edit transaction for a Play Console app to upload bundles or APKs and modify tracks, listings, or details. Returns an editId for other play_* tools, finalized via play_commit_edit.
Instructions
Starts a new edit transaction for a Play Console app. Required before uploading a new bundle/APK or changing tracks, listings, or details. Returns an editId to pass to the other play_* tools, and must be finished with play_commit_edit (or discarded with play_delete_edit).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageName | Yes | Play Console package name, e.g. "com.example.app" |