This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.
Chargebee
Overview
The Chargebee source syncs data with Chargebee Python Client Library: Subscriptions, Customers, Invoices, Orders, Items, Item Prices, Attached ItemsThe source is using Airbyte docker image (@airbyte/source-chargebee). Learn more how Airbyte-based sources work
How to connect
Log into Chargebee and then generate an API Key.Then follow these instructions, under API Version section, on how to find your Product Catalog version.Connection Parameters
Parameter | Documentation |
---|---|
site *string (required) | The site prefix for your Chargebee instance. |
site_api_key *string (required) | The API key from your Chargebee instance. |
start_date *string (required) | UTC date and time in the format 2021-01-25T00:00:00Z. Any data before this date will not be replicated. |
product_catalog *string (required) | Product Catalog version of your Chargebee site. Instructions on how to find your version you may find here under `API Version` section. |