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

# Wish Integration

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

### Setup

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

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

Alternatively, search for Wish from the available integration search.

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

Use the **Connect to Wish** button to open up Wish in a new browser, and give permissions to connect with Order Desk. Once connected, you can set your integration preferences.

### Integration Settings

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

#### Check for New Orders

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

#### Order Type Download

Select which type of orders you’ll want to import into Order Desk.

#### Order State Download

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

#### Folders for New Orders

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

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

#### If Canceled, Move To

Choose the folder you want canceled Orders moved to.

#### Sync Tracking Numbers

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

#### Sync Inventory

If you want Order Desk to sync your inventory availability back to Wish, enable the **Sync Inventory** setting.

#### Default Warehouse

Select the warehouse where inventory should be synced to if **Sync Inventory** is enabled.

#### 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 a comma.

The inventory location name must match exactly as it is on your inventory items in Order Desk. When importing new orders from Wish, Order Desk will look at the SKUs on the items and compare to the SKUs in your inventory here. 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. The inventory Location should be set on each item. For details, please 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 need to, you can add a prefix of your choice that will be added to all orders imported from Wish.

#### Default Shipping Country

**Required.** Set the country code for the shipment’s country of origin.

#### Manual Imports

You can manually import your orders or inventory items from Wish at any time. You’ll see the option to do so on the right side of the Wish Integration settings page.

#### Manually Import Orders

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

If you want to import orders manually instead of automatically you can do so by selecting the earliest date you’ll want to import the orders from, then click on the **Import Orders** button.

#### Manually Import Inventory Items

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

If you need to import your inventory items from Wish, click the **Import Inventory Items Now** 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/wish-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.
