create_iap
Create an in-app purchase in App Store Connect with USA pricing, for consumable or non-consumable purchases.
Instructions
Create (idempotently) a one-time in-app purchase (non-consumable or consumable) with USA price. Pro feature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Purchase type | |
| app_id | Yes | App Store Connect app ID | |
| locale | No | Localization locale (default en-US) | |
| price_usd | Yes | USA price in dollars, e.g. 59.99 | |
| product_id | Yes | IAP product ID, e.g. com.app.lifetime | |
| description | Yes | Customer-facing description (max 45 chars) | |
| review_note | No | Notes for App Review: how to reach the paywall, test instructions | |
| display_name | Yes | Customer-facing name (max 30 chars) | |
| reference_name | Yes | Internal reference name | |
| family_sharable | No | Allow Family Sharing of this purchase (default false). |