sync_products_to_revenuecat
Sync your in-app purchases and subscriptions from AppStore Copilot to RevenueCat.
Setup Required
This tool requires RevenueCat credentials configured in project settings and at least one RevenueCat app created.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | string | Yes | The project ID |
appId | string | Yes | RevenueCat app ID to sync products to |
productIds | string[] | No | Specific product IDs to sync (all if not specified) |
Example Usage
Natural Language Promptstext
"Sync my subscriptions to RevenueCat""Push all products to RevenueCat app app_abc123""Sync the premium subscription to RevenueCat"
Response
{"success": true,"created": ["com.app.premium_monthly", "com.app.premium_annual"],"skipped": ["com.app.coins_100"],"errors": [],"summary": {"total": 3,"created": 2,"skipped": 1,"errors": 0}}
Skipped Products
Products that already exist in RevenueCat will be skipped. Consumables may be skipped if RevenueCat doesn't support the specific product type configuration.