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

# Bandcamp Integration

Order Desk can connect to your [Bandcamp](https://bandcamp.com/) account to automatically download orders and send shipment details back as orders are fulfilled.

### Setup

In Order Desk, click on **Manage Integrations** under the Integrations menu in the left sidebar. Under the **Shopping Carts** tab, find and enable Bandcamp.

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

Alternatively, search for Bandcamp through the available integration search.

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

Once enabled, you’ll need to follow the instructions to add Order Desk as a Fulfillment Partner with Bandcamp.

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

Please note that we are not able to add our app to your Bandcamp account on your behalf. Additionally, if you experience any issues adding Order Desk as a Fulfillment Partner, you’ll need to contact Bandcamp directly for further assistance.

### Integration Settings

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

#### Check For New Orders

Select how often you want Order Desk to look for and download new orders from Bandcamp.

#### Download Status

Choose the status of the orders that you want downloaded into Order Desk.

#### Folder for New Orders

Select the folder where newly imported orders from Bandcamp should be placed. For more information, see the [Working with Folders](/start-here/getting-started-series/quick-start-overview.md#working-with-folders) guide.

#### Sync Tracking Numbers

Enable this setting if you want Order Desk to send shipment details back to Bandcamp as they are added to your orders in Order Desk.

#### Sync Inventory

Enable this setting if you want Order Desk to sync your inventory availability back to Bandcamp.

#### Inventory Location

Use this setting to choose from the locations available in your Bandcamp store if you have more than one country listed. When syncing stock updates, Order Desk will only update SKUs that belong to the selected location.

#### Order Prefix

If you need your order numbers from Bandcamp to have a prefix added to them, you can set the prefix here.

#### Inventory Location Filter

If you only want to download specific orders, you can use the Inventory Location Filter field to specify which ones you want. Enter multiple locations separated by a comma.

The inventory location name must match exactly as it is on your inventory items in Order Desk. When importing new orders from Bandcamp, Order Desk will look at the SKUs on the items and compare to the SKUs in your inventory here. Any orders with items for a location that isn’t listed in this field will not be imported.

For this to work, your inventory must be added to Order Desk. The inventory Location should be set on each item. For details, please see [How to Add Inventory](/start-here/getting-started-series/quick-start-orders-and-inventory.md#working-with-inventory) and [How to Store Extra Item Details](/guided-walkthroughs/products-and-inventory/how-to-work-with-inventory-details.md#store-extra-item-details-in-order-desk).

#### Country Filter

Select countries from a dropdown menu, or toggle “select all”.

Choose “Standard” for Order Desk to only import orders from the selected options. Choose “Inverted” to import all orders *except* from the selected countries.

#### First Import Date

Any orders placed before the date set here will not import into Order Desk.

#### Importing Orders Manually

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

To manually import orders in addition to or instead of letting them automatically download from Bandcamp, enter the earliest date of the orders you want imported and click the **Check** button.

For this to work, make sure the **First Import Date** is not after the date set in this field. Only orders that match the **Download Status** will import. You may need to check more than once, updating the date each time, if you are importing more than a few orders.


---

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