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

# BrightStores Vendor Integration

If you are a BrightStores vendor, Order Desk can connect to your [BrightStores](https://www.brightstores.com/index.html) account and automatically download the orders you need to fulfill.

Please note that if you are a BrightStores merchant, you will want to use the [BrightStores integration](/integration-setup-guides/sales-channels/brightstores-integration.md) instead.

This guide explains how to set up and use the BrightStores Vendor integration in Order Desk.

### Setup

In Order Desk, click on **Manage Integrations** under the Integrations menu in the left sidebar. Under the **Shopping Carts** tab, find and enable BrightStores.

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

Alternatively, search for BrightStores Vendor from the available integration search.

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

Once enabled, follow the instructions on the page to connect the integration. Please note that Order Desk isn’t able to help find or reset your credentials, as they can only be provided by BrightStores.

#### Webhook Setup

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

Copy the webhook URL and place it in your BrightStores account on the Push Order tab in the API URL field:

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

Make sure the settings match this screenshot. Enter your notification email as well.

#### API Keys

In BrightStores, click the API Keys tab to create your own API key. Enter this key into Order Desk, then connect the integration.

### Integration Settings

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

Once connected, you can set your integration preferences.

#### Folder for New Orders

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

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

#### Sync Tracking Numbers

Enable if you want Order Desk to send shipment information back to BrightStores.

#### Email Customer

Enable if you want BrightStores to email customers as shipments are added to their orders.

#### Webhook URL

If you skipped this step [in the setup](#webhook-setup), enter this URL in your BrightStores account to allow Order Desk to import your orders.


---

# 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/brightstores-vendor-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.
