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

# Duplium Integration

Order Desk can import orders from your shopping cart(s), sync in your print details and then automatically send them on to [Duplium](https://duplium.com/) for fulfillment. When orders are shipped, the tracking details will be sent back to Order Desk automatically.

### Setup

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

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

Alternatively, search for Duplium from the available integrations search.

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

Enter your Duplium API Key, then click to connect.

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

### Integration Settings

Once you have successfully connected to the Duplium integration, you will have some settings to go through to add your preferences.

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

#### Default Currency

Set your store’s currency here.

#### Default Shipping Method

Select the default shipping method you would like Duplium to use for your orders.

#### After Import, Move To

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

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 when Duplium sends tracking details back.

#### If Canceled, Move To

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

#### Product Settings

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

#### Shipping Class Match

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

If the shipping methods you set up in your shopping cart(s) don’t match the shipping method names Duplium 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 Duplium 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 Duplium

Getting your orders ready to send to Duplium 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 fields can be set as checkout data or order metadata to change what is sent to your printer for a specific order:

| Field Name | Field Description                                                                                                                                                                         |
| ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Currency   | Specify the currency being used on an order with a three-digit currency code. For example: USD, GBP, EUR. Defaults to what is set in the Currency [setting above](#integration-settings). |

If you are unfamiliar with checkout data, please first read 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.** Your printer’s product code for the item.                                                                                                               |
| print\_url      | **Required.** Link to artwork file for the item. For multi-print items, use print\_url\_1 through print\_url\_3.                                                      |
| print\_location | Location for artwork for multi-print items, such as front, back, or pocket. Use print\_location\_1, print\_location\_2 to match to print\_url\_1, print\_url\_2, etc. |


---

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