In-App Purchases
List
ascelerate iap list <bundle-id>
ascelerate iap list <bundle-id> --type consumable --state approved
Filter values are case-insensitive. Types: CONSUMABLE, NON_CONSUMABLE, NON_RENEWING_SUBSCRIPTION. States: APPROVED, MISSING_METADATA, READY_TO_SUBMIT, WAITING_FOR_REVIEW, IN_REVIEW, etc.
Details
ascelerate iap info <bundle-id> <product-id>
Promoted purchases
ascelerate iap promoted <bundle-id>
Create, update, and delete
ascelerate iap create <bundle-id> --name "100 Coins" --product-id <product-id> --type CONSUMABLE
ascelerate iap update <bundle-id> <product-id> --name "100 Gold Coins"
ascelerate iap delete <bundle-id> <product-id>
Submit for review
ascelerate iap submit <bundle-id> <product-id>
Localizations
ascelerate iap localizations view <bundle-id> <product-id>
ascelerate iap localizations export <bundle-id> <product-id>
ascelerate iap localizations import <bundle-id> <product-id> --file iap-de.json
The import command creates missing locales automatically with confirmation, so you can add new languages without visiting App Store Connect.