> 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/tools-and-productivity/fetchapp-integration.md).

# FetchApp Integration

[FetchApp](https://www.fetchapp.com/) is a service that lets you assign license keys and download links to digital products after sale. Order Desk can be configured to submit orders to FetchApp for fulfillment, and the download links and license keys can be sent into Order Desk.

### Setup

To enable the integration, click on **Manage Integrations** in the left sidebar. Under the **Productivity** tab, find and enable the FetchApp integration.

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

Enter your FetchApp Key and Token, then click to connect. These can be found in FetchApp from the cart menu at the bottom to the API section.

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

### Integration Settings

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

#### Automatically Send Imported Orders to FetchApp

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

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

#### FetchApp Should Send Email To Customer

Select if you want FetchApp to email the customer with their download links or license keys. If not selected, you will need to communicate this information to the customer another way.

#### Check For Download Links

Select to have the download links added as order metadata in Order Desk.

#### Check For License Keys

Select to have the license keys added as an item variation in Order Desk.

#### Add Shipment When Finding Downloads or License Keys

Select to have N/A added as a shipment on the order when the link or license key is added.

N/A as a tracking number can be used to trigger fulfillment in the original shopping cart and be used with the Shipment Added event in the [Rule Builder](/guided-walkthroughs/rules-and-automations/how-to-work-with-rules.md).

#### After Import, Move To

Select the folder you want orders to be moved into after they are successfully sent to FetchApp.

You can use one of the default folders already in your store or create your own. Read the [Working with Folders](/start-here/getting-started-series/quick-start-overview.md#working-with-folders) guide for more information.

#### Download Limit

Select the number of downloads allowed for each link.

This value can also be set directly on the order to override this default setting. To do this, add the limit to a checkout data field called **Download Limit**.

If you are unfamiliar with checkout data, please see the [How to Work with Checkout Data](/guided-walkthroughs/orders-and-folders/how-to-work-with-checkout-data.md) guide.

#### Download Expiration

Add the time for when a link should expire, such as +7 days, +1 month or 2017-12-31.

This value can also be set directly on the order to override this default setting. To do this, add the date or time format to a checkout data field called **Download Expiration**.

#### Product Settings

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

#### Product Code Match and Skip

For more information on how Product Code Match and Product Code Skip work, please see the [Product Code](/guided-walkthroughs/products-and-inventory/how-to-use-code-replace.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/tools-and-productivity/fetchapp-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.
