> For the complete documentation index, see [llms.txt](https://help.orderdesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.orderdesk.com/integration-setup-guides/sales-channels/chargebee-integration.md).

# Chargebee Integration

Order Desk can connect to your [Chargebee](https://www.chargebee.com/) account and download your paid invoices as orders.

### Setup

To connect to the Chargebee integration, click on **Manage Integrations** under the Integrations menu in the left sidebar. Under the **Shopping Carts** tab, find and enable Chargebee.

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FU1CvGGpgkTAqswYv7kHO%2Flegacy-5de60bf4c87b04f9662b.png?alt=media)

To finish the connection, you will kneed a Chargebee API Key, which can be created within your Chargebee account on the settings page.

Enter your site URL name and your API key and click to connect.

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2F8OUIWycWoTI6fmBgfdVT%2Flegacy-c449488b6d9078c67ef7.png?alt=media)

To find your Chargebee credentials, please contact your rep from Chargebee. **Order Desk support is not able to help with finding or resetting your Chargebee credentials**, as they are created and provided by Chargebee.

### Integration Settings

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FPe39gLz0u8iTtQC0GKFX%2Flegacy-ec6b84c3a41bef4a4a1d.png?alt=media)

Once connected, you can set your integration preferences.

#### Webhook URL

If you take this webhook URL and put it in your Chargebee settings, this will ensure that paid invoices are downloaded to Order Desk immediately after payment is made.

#### Backup Order Check

Select how often you want Order Desk to run a backup check to find any orders that may have been missed and download them into Order Desk.

#### Folder for New Orders

Select the folder where newly imported orders from Chargebee should be placed.

For more information, see the [Working with Folders](/start-here/getting-started-series/quick-start-overview.md#working-with-folders) guide.

#### Order Prefix

If you need to, you can add a prefix of your choice that will be added to all orders downloaded from Chargebee.

#### Manual Imports

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FXBI8NedkAIMt6pMPuZ4g%2Flegacy-8407e7085f435b35704e.png?alt=media)

Order Desk can download orders from the date you set here.

### Shipping Charge

Because Chargebee doesn’t have a shipping charge option, if you would like to set the shipping cost on your orders, you can do so by using an add-on in Chargebee.

The entity ID for this add-on should be “shipping”. When the order comes into Order Desk, that will be added as the shipping cost rather than an additional product on the order.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.orderdesk.com/integration-setup-guides/sales-channels/chargebee-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
