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

# Cloudprinter Integration

Order Desk can submit your print on demand orders to [Cloudprinter](https://www.cloudprinter.com/). 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 Cloudprinter, click on **Manage Integrations** in the left sidebar. Under the **Print on Demand** tab, find and click to enable the Cloudprinter integration.

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

Alternatively, search for Cloudprinter from the available integrations search.

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

Click the **Connect to Cloudprinter** button to be redirected to Cloudprinter in order to grant Order Desk access to your account.

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

### Integration Settings

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

#### View Available Products

Click this link to view all available Cloudprinter products.

#### Cloudprinter Help

Clicking this will reveal additional links which lead to resources and guides to assist you in using the Cloudprinter integration

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

#### Environment

Select Live to begin pulling orders for processing or Sandbox to operate in a staging environment.

#### After Import, Move To

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

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.

#### Default Shipping Method

Choose the default mail class you want to use for your orders. This shipping class will be used for any orders sent to Cloudprinter that don’t have their shipping method mapped to Cloudprinter’s method in the shipping class match section.

To set up more than one shipping method, scroll down to the [shipping class match](#shipping-class-match) section for instructions.

#### If Canceled, Move To

Select the folder you want orders to be moved into if the order is cancelled at Cloudprinter.

#### If Invalidated, Move To

Select the folder you want orders to be moved into if the order is invalidated at Cloudprinter.

#### Shipping Class Match

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

For information on how to set up your shipping preferences, please read the [shipping class match](/guided-walkthroughs/shipping-fulfillment-and-returns/how-to-set-up-shipping-class-matches.md) guide.

### Sending Orders to Cloudprinter

Getting your orders ready to send to Cloudprinter 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\_sku                | The SKU of the item being printed on. Available items can be viewed by clicking the View Available Products link in your Cloudprinter integration settings. |
| print\_type\_x            | Type of print, the first (print\_type\_1) being **default cover** and the second (print\_type\_2) being **book**. Up to 6.                                  |
| print\_url\_x             | Image links to be paired with the print type (e.g. **print\_url\_1** would be the image for **print\_type\_1**). Up to 6.                                   |
| print\_format\_x          | Set the format of the print file. This should match the corresponding print\_url\_x field. If not set, the format will default to `pdf`.                    |
| product\_option\_name\_x  | Set up to 7 option names on an item as print\_option\_name\_1 through print\_option\_name\_7. Use with print\_option\_value.                                |
| product\_option\_value\_x | Set up to 7 option values on an item as print\_option\_value\_1 through print\_option\_value\_7. Use with print\_option\_name.                              |
| product\_quantity         | Use this field to override the item quantity.                                                                                                               |


---

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