Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
site | string | https://{site}.chargebee.com | true | false |
product_catalog | string | Accepted Values: 1.0, 2.0 | true | false |
api_key | string | true | false | |
ratelimit_rpm | integer | Default rate limits can be found at https://support.chargebee.com/support/solutions/articles/243576-what-are-the-chargebee-api-limits- | false | false |
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
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
version | string | Product Catalog Version Accepted Values: 1.0, 2.0 | true | false |
stream_id | string | Object | true | false |
Example
1 { 2 ... 3 "configuration": { 4 "stream_id": "", 5 "version": "" 6 } 7 }