create_iap_product
Creates in-app purchase products for your app: consumables, non-consumables, and non-renewing subscriptions.
Instructions
アプリ内課金商品を作成します(非消費型・消費型・非更新サブスク)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | 管理用参照名(例: Family Pack) | |
| type | No | 購入タイプ(買い切りは NON_CONSUMABLE) | NON_CONSUMABLE |
| appId | Yes | アプリID | |
| productId | Yes | 製品ID(例: com.tknworks.oshitakuQuest.family) |