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

# Gumroad Integration

Order Desk can connect to your [Gumroad](https://gumroad.com/) account and download your orders.

### Setup

To connect to the Gumroad integration, click on **Manage Integrations** under the Integrations menu in the left sidebar. Under the **Shopping Carts** tab, find and enable Gumroad.

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

Alternatively, search for Gumroad from the available integration search.

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

Click the **Connect to Gumroad** button to sign in and authorize Order Desk to connect to your Gumroad account.

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

### Integration Settings

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

Once connected, set your Gumroad preferences in the integration settings.

#### Receive Orders

Enable this setting for orders to automatically be downloaded into Order Desk as they are placed. Disable this setting to pause order importing.

Please note that downloading historical orders from Gumroad is not possible. Only orders placed moving forward will be imported into Order Desk.

#### Connection ID

The Connection ID is confirmation that Gumroad is currently sending orders to Order Desk account. This is the ID of the sales ping that comes from Gumroad.

#### Folder for New Orders

Select the folder where newly imported orders from Gumroad 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 Gumroad.

### Gumroad Notes

#### Order Import Details

* If shipping information is included with the order, it will be imported.
* Offer Code and License Key details will be added to the checkout data if applicable. Please see the [How to Work with Checkout Data](/guided-walkthroughs/orders-and-folders/how-to-work-with-checkout-data.md) guide for more info about checkout data in Order Desk.
* Any custom fields will also be added to the checkout data.
* If the order is a pre-authorization, the order payment status will be set to **Authorized**.
* Any product variants will be a set as product variations.

#### Product ID and Fulfillment

The internal Gumroad product ID will be used as the product code/SKU for your items when they come into Order Desk.

If you need to change these SKUs before sending your orders for fulfillment, your best option will be to use the product code match feature available in most fulfillment integrations. For more information about how this works, please read the [How to Use Product Code Match](/integration-setup-guides/fulfillment-services/fulfillment-integration-product-settings.md#product-code-match), [Skip](/integration-setup-guides/fulfillment-services/fulfillment-integration-product-settings.md#product-code-skip) and [Replace](/integration-setup-guides/fulfillment-services/fulfillment-integration-product-settings.md#when-to-use-code-replace-instead) guide.

Please note that because the Gumroad product code will have == at the end, this can look confusing when setting up a product code match, which uses an = to convert one code to another. Make sure there is a space after the last = in the Gumroad code before the = in the product code match to differentiate between the Gumroad code and the = signifying the match, for instance:

#### 123456789== = YourSKU


---

# 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/gumroad-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.
