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

# Four51

Order Desk can connect to your [Four51](https://public.four51.com/) shopping cart and download your orders. This guide explains how to setup and use the Four51 integration.

### Setup

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

![](https://s3.amazonaws.com/helpscout.net/docs/assets/57b0032590336059d4edf94f/images/5d890c5d2c7d3a7e9ae1801f/file-TJ3rVa6NR1.png)

Once enabled, set up the provided webhook URL in your Four51 account, then enter your Shared API Key and click to connect.

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

#### Settings

![](https://s3.amazonaws.com/helpscout.net/docs/assets/57b0032590336059d4edf94f/images/5d890cc52c7d3a7e9ae18024/file-5boZM2uB1s.png)

#### Receive Orders

Enable or disable order import from Four51 into Order Desk. For orders to import, you must put the provided Webhook URL into your Four51 account.

#### Sync Tracking Numbers

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

#### Folder for New Orders

Choose the folder where new orders should be placed as they come in from Four51. You can use the default New folder, or create your own custom folder from your [Store Settings](/start-here/getting-started-series/quick-start-overview.md#working-with-folders).

#### Webhook URL

If you skipped the first step in the setup section, you will need to set this webhook URL in your Four51 account for Order Desk to download your orders.

#### Order Prefix

If you would like to set a prefix on all orders brought into Order Desk from Four51, 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/four51.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.
