update_app
Update an installed app's settings or status by merging attributes into its subscription. Provide the app subscription ID and the fields to change.
Instructions
Update an installed app's configuration. Pass the app subscription id and an attrs object
that is merged onto the subscription — usually { settings: {...} }, optionally { status }.
For the product-review app, prefer update_app_review (it also propagates shop_info).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | App subscription id (from list_apps / get_app) | |
| attrs | Yes | Fields to update, e.g. { "settings": { ... }, "status": 1 } |