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

# Printbelle Integration

Order Desk can submit your print on demand orders to Printbelle. 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 Printbelle, click on **Manage Integrations** in the left sidebar. Under the **Print on Demand** tab, find and click to enable the Printbelle integration.

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

Alternatively, search for Printbelle from the available integrations search:

![](https://s3.amazonaws.com/helpscout.net/docs/assets/57b0032590336059d4edf94f/images/6931e1c7c6dae0750606cdad/file-bjmKUpCmB4.png)

Enter your Printbelle credentials, then click to connect:

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

### Integration Settings

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

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

#### Printbelle Help

Click *Need Help Getting Started?* to access helpful resources for using Printbelle.

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

#### Default Mail Class

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

#### After Import, Move To

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

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 Printbelle sends shipment details back into Order Desk.

#### Automatically Pay Orders

When checked Order Desk will automatically send a request to charge the order when the order is confirmed.

#### Product Settings

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

For more information on what the product settings within the Printbelle 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 Printbelle

Getting your orders ready to send to Printbelle 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 Items

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

| Field Name                  | Field Description                                     |
| --------------------------- | ----------------------------------------------------- |
| print\_url                  | Link to your artwork file so Printbelle can print it. |
| print\_sku                  | Printbelle’s product code/SKU for the item.           |
| print\_preview              | Preview of the image to be printed on your item.      |
| printbelle\_shape           | Image shape URL.                                      |
| printbelle\_remark          | Field to send item notes. Optional.                   |
| printbelle\_line\_item\_sku | Field to send additional SKU information. Optional.   |


---

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