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

# Foundry Commerce Integration

Order Desk can connect to [Foundry Commerce](https://www.foundrycommerce.com/) and import your 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 Foundry.

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

Alternatively, search for Foundry Commerce from the available integrations search.

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

Once enabled, follow the steps on the page.

First, copy the webhook notification URL and enter it on the integration settings page in your Foundry account. This webhook is necessary for Foundry to send orders to Order Desk.

Second, add your Foundry Shared Key, then click to connect.

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

### Integration Settings

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

Once connected, set your preferences in the Foundry settings.

#### Receive Orders

Enable Receive Orders for your Foundry Commerce orders to import into Order Desk as they are placed.

#### Sync Tracking Numbers

If enabled, shipment details will be passed back to the original order in Foundry as they are added to Order Desk.

#### Folder for New Orders

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

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

#### Webhook URL

This webhook, [from Step 1 in the setup instructions](#setup), must be added to Foundry for orders to be sent into Order Desk.

#### Order Prefix

If you would like to set a prefix on all orders brought into Order Desk from Foundry, set that here.


---

# 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/foundry-commerce-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.
