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

# InterestPrint Integration

Order Desk can import orders from your shopping cart(s), sync in your print details and then automatically send them on to [InterestPrint](https://www.interestprint.com/) for fulfillment. When orders are shipped, the tracking details will be sent back to Order Desk and back to your shopping cart if your store is set up for it.

### Setup

To connect to InterestPrint, click on the **Manage Integrations** link under the **Integrations** menu in the left sidebar, and under the **Print on Demand** tab find and enable InterestPrint.

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

Enter your App Key, App Secret and Store ID from InterestPrint and click to connect.

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

To find your InterestPrint credentials, please contact your rep from \[Integration]. **Order Desk support is not able to help with finding or resetting your InterestPrint credentials**, as they are created and provided by InterestPrint.

### Integration Settings

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

Once connected, you’ll have some shipment and integration settings to adjust per your preferences.

#### Default Mail Class

Choose the mail class you want InterestPrint to use on any orders where the shipment method is not otherwise specified for them to use.

To set up more specific shipping options, you will need to match your method names to the names InterestPrint uses. This can be done in the [shipping class match](#shipping-class-match) section.

#### After Import, Move To

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

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 after InterestPrint sends shipment details back to Order Desk.

#### If Canceled, Move To

Select the folder you want orders to be moved if they are canceled at InterestPrint.

#### Notification URL

URL to be shared with InterestPrint to enable order status updates to Order Desk.

#### Product Settings

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

For more information on what these product settings within the InterestPrint 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%2F6zju68p8MdB6f7hoJEf3%2Flegacy-159b349b7da9a8f0db52.png?alt=media)

If the shipping methods you set up in your shopping cart(s) don’t match the shipping method names InterestPrint uses, they won’t know what methods you intend for them to use. When this happens, the [default mail class applied above](#integration-settings) will be used instead for all of your orders.

To tell InterestPrint 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 InterestPrint

Initially, getting your orders ready to send to InterestPrint is going to take some time before everything is in place for it to happen automatically. For detailed instructions on how to use Order Desk with your print on demand orders, please take a few moments to read the [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 InterestPrint product code of the item to be printed.                                   |
| print\_url     | Link to your artwork file. For multi-print items, use print\_url\_1 and print\_url\_2.      |
| print\_preview | Preview of the artwork. For multi-print items, use print\_preview\_1 and print\_preview\_2. |
| color          | The color of the item being printed.                                                        |
| size           | The size of the item bring printed.                                                         |


---

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