> 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/tools-and-productivity/anywherepod-integration.md).

# AnywherePOD Integration

Order Desk can integrate with [AnywherePOD](https://www.anywherepod.com/) to add artwork for your print on demand items prior to submission to fulfillment partners.

### Setup

To enable the integration, click on **Manage Integrations** in the left sidebar. Under the **Productivity** tab, find and enable the AnywherePOD integration.

![](/files/02Elv04nhZXYrF7DZkbU)

Alternatively, search for AnywherePOD from the available integration search.

![](/files/dmVj2YAx6FOcadwn7wQ4)

#### Setup Instructions

Enter your AnywherePOD Access Token and click to connect.

![](/files/Dq9GBrtibpNWPWKxe0l7)

Please note that Order Desk isn’t able to help find or reset your credentials, as they can only be provided by AnywherePOD.

### Integration Settings

![](/files/7h7ajjFIKu83W01H5eKR)

Once connected, you can set your integration preferences.

#### AnywherePOD Help

Click *Need Help Getting Started?* for access to helpful resources for using AnywherePOD.

![](/files/SESD95ALUhZUZoDEuu3H)

#### Artwork Error, Move To

Select the folder you want orders to be moved into if the addition of artwork to your items fails.

### Item Details

The following fields can be set as variations or item metadata for each item in an order.

| Field Name       | Field Description                                                                                                                                    |
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| design\_sku      | If included, the data in this field will be sent to AnywherePOD. If no value is present in the design\_sku field, the item SKU will be sent instead. |
| print\_text\_x   | Use to pass the print text for your print\_url generation.                                                                                           |
| item\_source\_id | Use to set the item source ID.                                                                                                                       |

### Sending Orders to AnywherePOD

To send orders for artwork to AnywherePOD, create a rule that tells Order Desk which orders you want sent.

From the Rule Builder, select the Order Rule rule type:

![](/files/lGlCYujGhFnJea1KI8Ok)

Select the event that will trigger the rule to run. Most merchants will choose Order is Imported.

![](/files/gHIz1yuWo4dyE4zefqOT)

Next set the filters that will tell Order Desk which orders should go to AnywherePOD (for example, all Amazon orders), and select the **Order Artwork From AnywherePOD** action:

![](/files/LgdJJTsmDJy11HPDwL6O)

Depending on where your orders are coming from and which orders (if not all of them) need to be submitted to AnywherePOD, you will need to create the necessary filter(s) for this rule to work properly. For more information on the Order Desk Rule Builder, read the [How to Work with Rules guide](/guided-walkthroughs/rules-and-automations/how-to-work-with-rules.md).

### Receiving Artwork from AnywherePOD

Once artwork has successfully been received from AnywherePOD, you can use the **Artwork Order Received from AnywherePOD** event to trigger a chosen action (e.g. submit orders for fulfillment).

![](/files/HFwBRqkWm7jtjRQIOAfg)

If there is an error when your artwork is requested from AnywherePOD, the **Artwork Order Error from AnywherePOD** event can be used to trigger a chosen action (e.g. Send Email to Admin).

![](/files/BEwWXeiIxXF52lOw3zW2)


---

# 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/tools-and-productivity/anywherepod-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.
