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

# EZ Prints Integration

Order Desk can pull your print on demand orders in from your shopping cart(s), sync your print details into them, and then submit them to [EZ Prints](https://www.ezprints.com/). As EZ Prints fulfills the orders, the shipment details will be sent back to Order Desk and on to the original shopping cart if your store is set up for it.

### Setup

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

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

Alternatively, search for EZ Prints from the available integration search.

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

Choose between **Production** (Live) or **Staging** (Testing), then enter your Partner Number and Partner Reference credentials.

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

### Integration Settings

Once connected, you’ll have a few settings to adjust in the EZ Prints integration.

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

#### After Import, Move To

Select the folder you want orders to be moved into after they are successfully sent to EZ Prints.

You can use one of the default folders already in your store or create your own. Read 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 as EZ Prints sends shipment details back.

#### Default Mail Class

Select the default mail class you want EZ Prints to use. The shipping method you select will be used for all orders where the method on the order does not match any of EZ Prints’ shipping method names.

If you need to apply specific methods for certain orders, match your method names to EZ Prints’ names in the [Shipping Class Match section](#shipping-class-match) below.

#### Webhook URL

To have shipment information automatically passed back into Order Desk as EZ Prints fulfills orders, copy this URL and paste it into your EZ Prints settings page.

#### Product Settings

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

For more information on what these product settings within the EZ Prints integration are for, please refer to the [Print on Demand Product Settings](/guided-walkthroughs/print-on-demand-walkthrough/print-on-demand-integration-product-settings.md) guide.

#### Shipping Class Match

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

To tell EZ Prints what methods you want them to use, you will need to match your method names to theirs. This can be done in the shipping class match section. For detailed instructions on setting this up, please read through the [shipping class match](/guided-walkthroughs/shipping-fulfillment-and-returns/how-to-set-up-shipping-class-matches.md) guide.

### Sending Orders to EZ Prints

Getting your orders ready to send to EZ Prints 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 item in an order.

| Field Name | Field Description                                      |
| ---------- | ------------------------------------------------------ |
| print\_sku | The EZ Prints product code for the item being ordered. |
| print\_url | Link to the artwork file.                              |


---

# 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/ez-prints-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.
