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

# PMI Integration

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

This guide will go over the PMI integration settings and features. For thorough details on how to work with your print on demand orders in Order Desk, please read through the [Print on Demand Fulfillment guide](/guided-walkthroughs/print-on-demand-walkthrough/print-on-demand-fulfillment.md).

### Setup

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

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

Alternatively, search for PMI from the available integration search.

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

Enter your Website URL and Shared Secret from PMI and click to connect.

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

### Integration Settings

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

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

#### Currency

Select the currency your store uses.

#### Default Shipping Class

Choose the shipping class you want PMI to use for your orders.

If you need to apply specific methods for certain orders, match your method names to PMI’s 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 successfully sent to PMI.

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

#### If Canceled, Move To

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

#### Notification URL

Give this notification URL to PMI. They will use it to connect to your Order Desk account and send shipment details back to your orders automatically.

#### Premium Branding URLs

If you want PMI to print and include your custom brand on the packing slip they send with your orders, add the URLs here.

#### Product Settings

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

For more information on what the product settings within the PMI 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%2FkjxGrEXhFWsjHq3S7iMw%2Flegacy-741330d70bc5721822ca.png?alt=media)

If the shipping methods you set up in your shopping cart(s) don’t match the shipping method names PMI uses, they won’t know what methods you intend for them to use. When this happens, the [default shipping class applied above](#integration-settings) will be used instead for all of your orders.

To tell PMI 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 PMI

Sending orders to PMI will initially take some preparation before it can happen automatically. For complete instructions on how to use Order Desk with your print on demand orders for PMI, please take a few moments to read through the [Print on Demand Fulfillment](/guided-walkthroughs/print-on-demand-walkthrough/print-on-demand-fulfillment.md) guide.

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