> 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/print-on-demand/burgerprints-integration.md).

# BurgerPrints Integration

Order Desk can submit your print on demand orders to BurgerPrints. As orders are fulfilled, the shipment info will automatically be pulled back into Order Desk and sent back to the original shopping cart.

### Setup

To connect to BurgerPrints, click on **Manage Integrations** in the left sidebar. Under the **Print on Demand** tab, find and click to enable the BurgerPrints integration.

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

Alternatively, search for BurgerPrints from the available integrations search.

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

Enter your BurgerPrints API key, then click to connect:

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FKG8fa18JZkof9woBpOQK%2Flegacy-5320657660e081bca6fe.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 BurgerPrints.

### Integration Settings

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

Once connected, you will have a few settings where you can set your preferences for this integration.

#### Environment

Select Production (live) or Sandbox (test) depending on which environment your store is currently in.

#### Default Mail Class

Choose the mail class you want BurgerPrints to use for orders.

#### After Import, Move To

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

If you want to use a custom folder, create your own from Store Settings. See the [Working with Folders](/start-here/getting-started-series/quick-start-overview.md#working-with-folders) guide for more information.

#### After Shipment, Move To

Select the folder you want orders to be moved into when BurgerPrints sends shipment details back into Order Desk.

#### Address Check

Choose whether you’d like to automatically validate the shipping address.

#### Product Settings

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

For more information on what the product settings within the BurgerPrints integration do, please read the [Print on Demand Product Settings](/guided-walkthroughs/print-on-demand-walkthrough/print-on-demand-integration-product-settings.md) guide.

### Sending Orders to BurgerPrints

Getting your orders ready to send to BurgerPrints will take some set up time. For a detailed walkthrough of how to use Order Desk with your Print on Demand orders, please read through our [Print on Demand Fulfillment](/guided-walkthroughs/print-on-demand-walkthrough/print-on-demand-fulfillment.md) guide.

#### Preparing Your Orders

The following details can be submitted for an order as either checkout data or order metadata.

| Field Name    | Field Description                                                           |
| ------------- | --------------------------------------------------------------------------- |
| ShippingLabel | URL for the shipping label you want to pass to BurgerPrints with the order. |

#### Preparing Your Items

The following fields can be set as variations or item metadata for each order item.

| Field Name         | Field Description                                                                       |
| ------------------ | --------------------------------------------------------------------------------------- |
| print\_sku         | BurgerPrints product code/SKU for the item.                                             |
| print\_url         | Link to your artwork file so BurgerPrints can print it.                                 |
| print\_location\_x | Set the print location to front or back. **print\_location\_front** is used by default. |


---

# 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/print-on-demand/burgerprints-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.
