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

# Joor Integration

Order Desk can connect to your [Joor](https://jooraccess.com/) account and automatically download orders.

### Setup

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

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

Once enabled, enter the Access Token provided by Joor and click to connect.

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

#### Integration Settings

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

Once connected, you can set your integration preferences.

#### Check for New Orders

Select how often you want Order Desk to look for and download new orders from Joor.

#### Folder for New Orders

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

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

#### Default Warehouse

Add the warehouse that matches what Joor has set for your account. Confirm with Joor on the info to be added here.

#### Sync Inventory

Enable if you want Order Desk to send inventory counts to Joor as they are added to Order Desk.

#### Overwrite

If Sync Inventory is enabled, select if you want to update or overwrite the inventory from Order Desk to Joor.

**Overwrite** will drop the style from quantity if it isn’t included in the update from Order Desk. **Update** will leave the previous quantity alone if the style isn’t included in the update from Order Desk.

#### Item Identifier

If Sync Inventory is enabled, Order Desk needs to know which item identifier to use when communicating with Joor about your inventory stock counts.

Select UPC to use the UPC as the item code/SKU field.

If you select Style Identifier, you will be given four new field options:

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

Use Twig in these fields to pull the appropriate data from each item.

#### Manual Imports

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

If you need to manually download orders, add the date you want Order Desk to look from and click to import.

### Custom Settings

If Sync Inventory is enabled, you can skip the inventory push to your shopping carts from Order Desk with a special setting following [these instructions](/guided-walkthroughs/products-and-inventory/how-to-work-with-inventory-quantities.md#skip-sync) to set **skip\_push|1** on your items.

If you only want to skip the inventory push to Joor but continue to push the quantities for an item to your other shopping carts, you can use the custom setting **skip\_joor|1** on your items instead.


---

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