> 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/my-direct-art-integration.md).

# My Direct Art Integration

Order Desk can submit your print on demand orders to My Direct Art. As orders are fulfilled, the shipment info will automatically be pulled back into Order Desk and sent back to the original shopping cart.

### Setup

To connect to My Direct Art, click on **Manage Integrations** in the left sidebar. Under the **Print on Demand** tab, find and click to enable the My Direct Art integration.

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

Once enabled, enter your My Direct Art Customer and Billing ID and click to connect.

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

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

### Integration Settings

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

Once connected, you will have a few settings where you can set your preferences for this integration.

#### Default Mail Class

Choose the mail class you want My Direct Art to use for orders.

If you need to apply specific methods for certain orders, match your method names to their names in the [Shipping Class Match section](#shipping-class-match) below.

#### After Import, Move To

Select the folder you want orders to be moved into after they are sent to My Direct Art.

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

#### Default Return Address

Set your default return address for My Direct Art to use on your order shipments.

If you need to customize the return address for certain orders, you can save different return addresses to your Store Settings and use a rule to set the return address on specific orders. If a return address is not added to the order, the default address set here in the My Direct Art settings will be used.

For information on adding additional return addresses and applying them to specific orders with a rule, read the [Store Settings](/guided-walkthroughs/using-order-desk/manage-store-settings.md#return-addresses) guide.

#### Product Settings

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

For more information on what the product settings within the My Direct Art integration do, please read 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%2FLv2DSQZOYRgX5iQj1DVf%2Flegacy-642e15a30ca3f1eee903.png?alt=media)

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

Getting your orders ready to send to My Direct Art 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 Items

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

| Field Name | Field Description                              |
| ---------- | ---------------------------------------------- |
| print\_url | Link to your artwork file.                     |
| print\_sku | My Direct Art’s product code/SKU for 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/my-direct-art-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.
