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

# Peecho Integration

Order Desk can import orders from your shopping cart(s), sync in your print details and then automatically send them on to [Peecho](https://www.peecho.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 Peecho, click on the **Manage Integrations** link under the **Integrations** menu in the left sidebar, and under the **Print on Demand** tab find and enable Peecho.

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

Alternatively, search for Peecho from the available integration search.

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

Enter your API credentials from Peecho and click to connect.

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

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

### Integration Settings

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

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

#### After Import, Move To

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

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

#### Product Settings

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

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

### Sending Orders to Peecho

Getting your orders ready to send to Peecho 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                      |
| ---------- | -------------------------------------- |
| currency   | Optional. Set the currency if not USD. |

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 item in an order.

| Field Name        | Field Description                   |
| ----------------- | ----------------------------------- |
| print\_sku        | Required. Peecho product code.      |
| print\_url        | Required. Link to the artwork file. |
| print\_width      | Required. The width of the print.   |
| print\_height     | Required. The height of the print.  |
| print\_url\_cover | Link to the cover artwork.          |
| print\_url\_spine | Link to the spine artwork.          |


---

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