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

# Zen Cart Integration

Order Desk can connect to your [Zen Cart](https://www.zen-cart.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 Zen Cart.

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

To connect Order Desk to Zen Cart, you will need to download the listener file provided in the integration setup instructions. Install the file in the root of your Zen Cart server, then come back into Order Desk and enter your Listener URL and Zen Cart credentials to complete the connection.

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

### Integration Settings

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

#### Check for New Orders

Select how often you want Order Desk to download orders from Zen Cart.

#### Folder for New Orders

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

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

#### Download Status ID

Set the Status ID that Order Desk should use to determine which orders to download, where 1 is Pending, 2 is Processing, 3 is Delivered and 4 is Update.

To download all orders, leave this field blank.

#### Sync Tracking Numbers

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

#### Email Zen Cart Customer

Enable this setting to have Zen Cart email your customers when shipments are passed back into Zen Cart for their orders. The Sync Tracking Numbers setting must also be enabled for this to work.

#### Shipped Order Status

Set the Shipped Order Status that Order Desk should apply to the order when shipment is added. Default is 2.

#### Order Prefix

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

#### Manual Imports

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

If you would rather manually import orders, you can do so by setting the earliest date for orders to import from and clicking the **Import Orders** 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/zen-cart-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.
