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

# StickerYou Integration

Order Desk can submit your print on demand orders to [StickerYou](https://www.stickeryou.com/). As StickerYou fulfills your orders, the shipment info will automatically be pulled back into your orders here in Order Desk and sent back to the original shopping cart, if your store is set up for that.

### Setup

To connect to StickerYou, click on **Manage Integrations** in the left sidebar. Under the **Print on Demand** tab, find and click to enable the StickerYou integration. Alternatively, search for StickerYou from the available integrations search:

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

On the StickerYou setup page, enter the Merchant ID and REST API Key provided to you by StickerYou.

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

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

### Integration Settings

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

If you want to use a custom folder, create your own from Store Settings. 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 when StickerYou sends shipment details back into Order Desk.

#### Product Settings

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

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

Getting your orders ready to send to StickerYou 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      |
| ---------- | ---------------------- |
| notes      | Notes about 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   | **Required**. StickerYou’s product code for the item. |
| print\_url   | **Required**. Link to the artwork file.               |
| width        | **Required**.                                         |
| height       | **Required**.                                         |
| print\_notes | Notes about the item.                                 |

### Related Articles

* Print On Demand Fulfillment


---

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