sync_products_to_revenuecat

Sync your in-app purchases and subscriptions from AppStore Copilot to RevenueCat.

Parameters

ParameterTypeRequiredDescription
projectIdstringYesThe project ID
appIdstringYesRevenueCat app ID to sync products to
productIdsstring[]NoSpecific 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
}
}