Clone Listing To Locale
clone_listing_to_localeCopy a store listing's title, description, and video from one locale to another without duplicating images. Leaves non-empty target listings untouched unless overwrite is enabled.
Instructions
Copy a store listing's TEXT from one locale to another.
Copies title, descriptions and video. Images are not cloned — that means downloading and re-uploading every asset, a different operation with different failure modes.
A locale that already has a listing is left alone unless overwrite is set, so this cannot silently replace translated copy with the source language.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Set True only after the user approved the preview | |
| overwrite | No | Replace an existing listing in the target locale | |
| package_name | Yes | App package name (e.g., com.example.myapp) | |
| source_language | Yes | Locale to copy from (e.g., en-US) | |
| target_language | Yes | Locale to copy to (e.g., en-GB) | |
| confirmation_token | No | The token from that preview; never invent one |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||