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

# StoreAutomator Integration

Order Desk can connect to your [StoreAutomator](https://www.storeautomator.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 StoreAutomator.

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

Alternatively, search for StoreAutomator from the available integrations search. Enter your StoreAutomator credentials to enable the connection to Order Desk.

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

### Integration Settings

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

#### Check for New Orders

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

#### Orders To Import

Choose the status of orders you want to import.

#### Folder for New Orders

Choose the folder you want new orders to be added to.

#### If Canceled, Move To

Select the folder you want orders to be moved into if they are canceled at StoreAutomator.

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

#### Sync Tracking Numbers

If the **Sync Tracking Numbers** setting is enabled, Order Desk will send the shipment information back to StoreAutomator automatically and update the orders there.

#### Sync Inventory

Enable if you want Order Desk to sync your inventory counts back to StoreAutomator.

#### Default Warehouse

Select the default warehouse where Order Desk should send stock updates for your SKUs.

#### 💡TIP

If you’d like to **override** the default warehouse setting for specific items, you can do this by adding [item metadata](/guided-walkthroughs/products-and-inventory/how-to-work-with-inventory-details.md#store-extra-item-details-in-order-desk).

Head to your **Inventory Items** page and find the item you need. Within that item page, add a metadata field called `storeautomator_warehouse_id` and set the value to your preferred warehouse ID.

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

#### Manual Imports

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

If you need to manually download orders, select the time and date you want to start the import from, then click to import.


---

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