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

# Harrier Integration

Order Desk can submit your print on demand orders to [Harrier](http://www.theharriergroup.com/). When Harrier fulfills your orders, the shipment info will be pulled back into Order Desk automatically and sent back to the original shopping cart, if your store is set up for this.

### Setup

To connect to your Harrier account, click on **Manage Integrations** in the left sidebar. Under the **Print on Demand** tab, look for and enable the Harrier integration.

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

Alternatively, search for Harrier from the available integration search.

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

Enter your Harrier FTP credentials and click to connect.

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

### Integration Settings

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

Once connected, you can set your preferences for this integration.

#### Default Mail Class

Select the mail class you want Harrier to use for your orders.

#### After Import, Move To

Choose the folder where orders should be moved to after they are successfully sent to Harrier.

You can choose the default Prepared folder for this, or create your own folders in your 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

Choose the folder where orders should be moved to as Harrier sends tracking details back.

#### Notification URL

Please give this URL to your contact at Harrier. This is how they will notify Order Desk with tracking information as they ship your orders.

#### Product Settings

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

For more information on what the product settings within the Harrier integration do, please read the [Print on Demand Product Settings](/guided-walkthroughs/print-on-demand-walkthrough/print-on-demand-integration-product-settings.md) guide.

### Custom Details for Harrier

Getting your orders ready to send to Harrier 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.

#### Custom Order Details

The following details can be submitted for an order as either checkout data or order metadata.

| Field Name             | Field Description                                                                                                                                        |
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ProductionServiceLevel | Default is standard. Enter required value if different from default.                                                                                     |
| Currency               | Specify the currency being used on an order with a three-digit currency code. For example: USD, GBP, EUR. Defaults to GBP if not set.                    |
| IOSS                   | Send the IOSS number that you want to be used on the order to Harrier. If not set, the default IOSS number from the Store Settings will be used instead. |

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.

#### Custom Item Details

The following fields can be set as variations or item metadata for each order item. Replace “x” with a value specified in the table.

| Field Name | Field Description                                                                                                                                      |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| print\_sku | Harrier item ID.                                                                                                                                       |
| print\_url | Link to the artwork file to be printed. If sending more than one file, use print\_url\_1 through print\_url\_4. Up to four files can be sent per item. |

#### Custom Shipping Details

If you need to set specific shipping methods on specific orders, use the following fields. These can be set with a rule using the **Set Shipping Method** action.

| Harrier Shipping Code | Order Desk Shipping Name |
| --------------------- | ------------------------ |
| Standard              | 48 Hour Service          |
| TrackedSC-S           | 48 Hour Tracked Signed   |
| TrackedSC-NS          | 48 Hour Tracked Unsigned |
| TrackedFC-S           | 24 Hour Tracked Signed   |
| TrackedFC-NS          | 24 Hour Tracked Unsigned |
| IntTracked            | International Tracked    |
| Express               | Express Delivery         |

For more details on using the Rule Builder, please see [this guide](/start-here/getting-started-series/quick-start-how-customizable-is-order-desk-really.md#the-order-desk-rule-builder).


---

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