Update in-app product
play_update_inapp_productUpdate a Google Play in-app product's status, price, or listing details; pass allowMissing:true to create it when the product does not exist.
Instructions
Updates an existing in-app product's status/price/listing. Pass allowMissing:true to upsert (create if it doesn't exist yet).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | Product SKU / product id | |
| status | No | ||
| packageName | Yes | Play Console package name, e.g. "com.example.app" | |
| allowMissing | No | ||
| defaultPrice | No | ||
| defaultTitle | No | ||
| defaultLanguage | No | ||
| defaultDescription | No |