> 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/sellbrite-integration.md).

# Sellbrite Integration

If you have an online store with [Sellbrite](https://www.sellbrite.com/), use Order Desk to automatically import orders through the Sellbrite integration.

### Setup

To begin, click on **Manage Integrations** from the left sidebar in Order Desk. Under the **Shopping Carts** tab, find and click to enable Sellbrite.

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

Once enabled, add your Sellbrite Account Token and Secret Key, then click to connect.

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

### Integration Settings

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

Once connected, set your preferences in the Sellbrite settings.

#### Check for New Orders

Select how often you want Order Desk to download orders from Sellbrite.

#### Folder for New Orders

Choose the folder where new orders should be placed as they come in from Sellbrite. You can use the default New folder, or create your own custom folder from your [Store Settings](/start-here/getting-started-series/quick-start-overview.md#working-with-folders).

#### Sync Tracking Numbers

If enabled, shipment details will be passed back to the original order in Sellbrite as they are added to Order Desk.

#### Sync Inventory

If you want Order Desk to sync your inventory availability back to Sellbrite, enable the Sync Inventory setting. As inventory counts are updated here, Order Desk will pass those numbers back into Sellbrite.

#### Inventory Warehouse

Select which warehouse inventory should be submitted to.

#### Order Status

Select the order status of the orders to be downloaded into Order Desk.

#### Payment Status

Select the payment status of the orders to be downloaded into Order Desk.

#### First Import Date

Any orders previous to the date set here will not import into Order Desk.

#### Manual Import

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

If you would rather manually import orders, you can do so by clicking the Import Latest Orders button.


---

# 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/sellbrite-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.
