On this pageConnectionConfigurationExampleModel SyncSourceConfigurationExampleConfiguring your connectionsConnection configurationsChargebeeCopy pageSupports: ✅ Models ✅ Bulk sync source Connection Configuration NAMETYPEDESCRIPTIONREQUIREDREADONLYsitestringhttps://{site}.chargebee.comtruefalseproduct_catalogstringAccepted values: 1.0, 2.0truefalseapi_keystringtruefalseratelimit_rpmintegerDefault rate limits can be found at https://www.chargebee.com/docs/2.0/site-configuration/articles-and-faq/what-are-the-chargebee-api-limits.htmlfalsefalse Example 1{2 "name": "Chargebee connection",3 "type": "chargebee",4 "configuration": {5 "api_key": "secret",6 "product_catalog": "2.0",7 "ratelimit_rpm": 0,8 "site": "https://example.chargebee.com"9 }10} Model Sync Source Configuration NAMETYPEDESCRIPTIONREQUIREDREADONLYversionstringProduct Catalog Version. Accepted values: 1.0, 2.0truefalsestream_idstringObjecttruefalse Example 1{2 ...3 "configuration": {4 "stream_id": "",5 "version": ""6 }7}