update_app_review
Update product-review app settings for your storefront by providing the app's subscription ID and a settings object containing shop info, auto-approve, and display options.
Instructions
Update the product-review app's settings (e.g. shop_info, auto-approve, display options).
Pass the review app's subscription id (get_app with type "product_review") and the full settings object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Review app subscription id (get_app type=product_review) | |
| settings | Yes | Review app settings object, e.g. { "shop_info": { ... }, "auto_approve": true } |