> 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/shipstation-order-import-integration.md).

# ShipStation Order Import Integration

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

This guide explains how to set up and use the ShipStation integration in Order Desk to download your ShipStation orders. If you want to send your orders to ShipStation for fulfillment, please refer to the [ShipStation Integration guide](/integration-setup-guides/shipping-services/shipstation-integration-setup.md) instead.

### Setup

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

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

Alternatively, search for ShipStation Order Import from the available integration search.

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

Once enabled, you will need to go into your ShipStation account to get your API keys. To find these in ShipStation, click on **Account** and then **API Settings**.

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

Paste the API Key and API Secret in Order Desk and click to connect.

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

### Integration Settings

Once connected, you can set your integration preferences.

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

#### Check for New Orders

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

#### Order Status

Select which orders you want Order Desk to download.

#### Download Store

Select the store in ShipStation where Order Desk should be looking for orders. If you need to download orders from more than one ShipStation store, click on the **Switch to Multiple** link.

In the **Store ID List**, add all of the Store IDs, separated by a comma, that Order Desk should be looking at. Click on **View Store ID Numbers** to see the list of your stores and their IDs.

#### Limit by Tag

Select a tag from your ShipStation account if you want to filter which orders are imported into Order Desk. Only orders with the selected tag will be imported.

Do not set a tag filter if you want all orders to be imported.

#### Sync Tracking Numbers

Enable to send shipment information back to ShipStation as tracking is added to orders in Order Desk.

#### Notify Customer

Enable to have ShipStation notify the customer when orders are shipped.

#### Partner Key

If ShipStation has given you a partner key, add it here.

#### Inventory Location Filter

If you only want to download specific orders, you can use the **Inventory Location Filter** field to specify which ones you want. Enter multiple locations separated by commas.

The inventory location name must match exactly as it appears on your inventory items in Order Desk. When importing new orders from ShipStation, Order Desk will look at the SKUs on the items and compare them to the SKUs in your inventory. Any orders with items for a location that isn’t listed in this field will not be imported.

For this to work, your inventory must be added to Order Desk, and the inventory location should be set on each item. For details, see [**How to Add Inventory**](/start-here/getting-started-series/quick-start-orders-and-inventory.md#working-with-inventory) and [**How to Store Extra Item Details**](/guided-walkthroughs/products-and-inventory/how-to-work-with-inventory-details.md#store-extra-item-details-in-order-desk).

#### Order Prefix

If you’d like to add a unique order prefix to the order numbers that come in from ShipStation, set that here.

You can also set `SSID-` as the prefix, and when orders are imported, the order ID will display the ShipStation store ID as the prefix followed by the order ID.

#### Manually Import Orders

You can manually import orders from ShipStation at any time. You can import orders by **Date** if you need to bring in multiple orders, or by a specific **Order ID** if you only need to import one order.

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

> **Tip: Importing Orders by Date**
>
> If ShipStation has a large number of orders in the selected date range, you may need to click the **Import** button a few times to bring them all in.


---

# 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/shipstation-order-import-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.
