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

# Modular Merchant Integration

Order Desk can connect to your [Modular Merchant](http://www.modularmerchant.com/) account.

This guide explains how to set up and use the Modular Merchant integration in Order Desk.

### Setup

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

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

Once enabled, enter your website URL, and your Modular Merchant API details to complete the connection.

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

### Integration Settings

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FcT0VoT4E5mqccsJmDz6U%2Flegacy-0bb03ae7091e9f4153eb.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 Modular Merchant.

#### Folder for New Orders

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

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

#### Order Prefix

If you need to, you can add a prefix of your choice that will be added to all orders downloaded from Modular Merchant.

#### Manual Imports

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

If you need to manually download orders, click the import button to pull in your orders. Increase the Start Record number to search further back, if necessary.

You can also import single orders by using the **Order ID** option.


---

# 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/modular-merchant-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.
