> 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/fulfillment-services/falcon-fulfillment-integration.md).

# Falcon Fulfillment Integration

Order Desk can send orders directly to [Falcon Fulfillment](https://www.falconfulfillment.com/) then pull shipment details back into your orders here and send them to your shopping carts, if applicable.

### Setup

To enable the integration, click on the **Manage Integrations** link in the Integrations menu in the left sidebar. Under the **Fulfillment** tab, find and enable Falcon Fulfillment.

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

Alternatively, search for Faclon Fulfillment from the available integration search.

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

In the integration page, add your Falcon API key to connect.

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

Please note that Order Desk isn’t able to help find or reset your credentials, as they can only be provided by Falcon Fulfillment.

### Integration Settings

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

#### Default Mail Class

Choose the *default* mail class you want to use for your orders. This shipping class will be used for any orders sent to Falcon that aren’t mapped to one of the mail classes they use.

To set up more than one shipping method, scroll down to the [Shipping Class Match](#shipping-class-match) section for instructions.

#### After Import, Move To

Select the folder orders should be moved to after they are sent to Falcon from Order Desk. Typically this is set to Prepared, but any [custom folder](/start-here/getting-started-series/quick-start-overview.md#working-with-folders) can be used.

#### After Shipment, Move To

Select the folder orders should be moved to when Falcon sends tracking details back to Order Desk.

#### If Canceled, Move To

Select the folder you want orders to be moved into if they are canceled at Falcon.

#### Automatically Send Imported Orders to Falcon Fulfillment

If you plan to automatically submit *every* order to Falcon for fulfillment, you can enable this setting. All orders will be sent as they come in to Order Desk.

If you have any other fulfillment services or will have any orders you *don’t* want to send to Falcon, keep this disabled. Use [rules](/guided-walkthroughs/rules-and-automations/how-to-work-with-rules.md) to submit orders to the appropriate vendor or fulfillment service instead.

#### Inventory Syncing

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

#### Sync Inventory

If you would like Falcon to send inventory reports to Order Desk, enable this setting. If enabled, your stock counts will be pulled into Order Desk on the interval selected in the next setting.

#### Sync Update Interval

If Sync Inventory is enabled, select the interval you would like Order Desk to pull in inventory updates from Falcon.

#### Inventory Location Name

By default, inventory updates will add Falcon Fulfillment as the location name on each item updated. If you would like to override this to use a different name, add that here.

#### Product Settings

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

For more information on what these product settings in the Falcon Fulfillment integration are for and how to use them, read the [Fulfillment Integration Product Settings](/integration-setup-guides/fulfillment-services/fulfillment-integration-product-settings.md) guide.

#### Shipping Class Match

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

Use the shipping class match feature to match as many different shipping methods as you offer to the specific shipping classes that Falcon uses. This ensures your customers are getting the closest shipping option to what they selected at checkout.

For information on how to set up your shipping preferences, please see the [shipping class match](/guided-walkthroughs/shipping-fulfillment-and-returns/how-to-set-up-shipping-class-matches.md) guide.


---

# 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/fulfillment-services/falcon-fulfillment-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.
