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

# Printed Simply Integration

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

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

Alternatively, search for Printed Simply from the available integrations search.

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

Enter your API credentials from Printed Simply, then click to connect:

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

### Integration Settings

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

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

#### After Import, Move To

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

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

Printed Simply has said that it takes 24-48 hours for tracking to appear in their dashboard.

#### Return Address Information

Set your default return address for Printed Simply to use on your order shipments.

If you need to customize the return address for certain orders, you can save different return addresses to your Store Settings and use a rule to set the return address on specific orders. If a return address is not added to the order, the default address set here in the Printed Simply settings will be used.

For information on adding additional return addresses and applying them to specific orders with a rule, read the [Store Settings](/guided-walkthroughs/using-order-desk/manage-store-settings.md#return-addresses) guide.

#### Product Settings

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

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

Getting your orders ready to send to Printed Simply 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                                                                                  |
| ------------------ | -------------------------------------------------------------------------------------------------- |
| shipping\_carrier  | Manually set the carrier you want Printed Simply to use for your shipment.                         |
| shipping\_priority | Set the priority you want to use for the shipment.Accepted values are **standard** or **express**. |
| ship\_method       | Used to set the shipping method for the order.                                                     |

If you are unfamiliar with checkout data, see the [How to Work with Checkout Data](/guided-walkthroughs/orders-and-folders/how-to-work-with-checkout-data.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         | Printed Simply’s product code/SKU for the item. **Required**.                                |
| print\_url\_x      | Link to your artwork file so Printed Simply can print it. **Required**. Up to 2.             |
| print\_location\_x | Printed Simply’s product code/SKU for the item. **Required**. Up to 2. Default is **front**. |
| print\_preview\_x  | Preview for the printed image. Up to 2.                                                      |
| vas\_preview\_x    | Use to set stickers or any additional preview files required by PrintedSimply. Up to 5.      |


---

# 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/printed-simply-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.
