update_iap_product
Update an existing in-app purchase product's name, family sharing setting, or localizations.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | string | Yes | The project ID |
iapId | string | Yes | The IAP ID to update |
name | string | No | New reference name |
familyShareable | boolean | No | Update family sharing setting |
reviewNote | string | No | Note for App Store reviewers |
localizations | array | No | Updated display names and descriptions |
Example Usage
Natural Language Promptstext
"Rename the coins IAP to '100 Gold Coins'""Enable family sharing for the premium unlock""Update the description for the German locale"
Response
{"success": true,"iap": {"id": "iap_abc123","productId": "com.app.coins_100","name": "100 Gold Coins","productType": "CONSUMABLE","syncStatus": "local_changes"}}