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

# Progressive Solutions Integration

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

### Setup

To connect to Progressive Solutions, click on the **Manage Integrations** link under the **Integrations** menu in the left sidebar, and under the **Print on Demand** tab find and enable Progressive Solutions.

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

Enter your Progressive Solutions client code, email address and password and click to connect.

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

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

### Integration Settings

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

Once connected, you’ll have some shipment and integration settings to adjust per your preferences.

#### After Import, Move To

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

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 after Progressive Solutions sends shipment details back to Order Desk.

#### Shipping Account

If you have a UPS or FedEx shipping account, set the account number here so Progressive Solutions can use it for your shipments.

#### Product Settings

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

For more information on what these product settings within the Progressive Solutions integration are for, please refer to the [Print on Demand Product Settings](/guided-walkthroughs/print-on-demand-walkthrough/print-on-demand-integration-product-settings.md) guide.

### Sending Orders to Progressive Solutions

Getting your orders ready to send to Progressive Solutions 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 gets sent to Progressive Solutions:

| Field Name      | Field Description                                                                        |
| --------------- | ---------------------------------------------------------------------------------------- |
| ShippingAccount | Shipping Account number that will override the [default setting](#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 item in an order:

| Field Name         | Field Description                                                                                                                                                                               |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| print\_sku         | **Required.** The Client Product Code.                                                                                                                                                          |
| print\_url\_x      | **Required.** Link to the artwork file. Replace *x* with the number (print\_url\_1, print\_url\_2, etc.) if there are multiple prints for a single item.                                        |
| print\_location\_x | **Required.** Location of the print. Replace *x* with the number to match the print\_url (print\_location\_1, print\_location\_2, etc.) Available fields are: front, back, envelope, separator. |
| photobook          | If printing a photo book, set value to true.                                                                                                                                                    |
| document\_id       | If required by Progressive Solutions, set this field with required value.                                                                                                                       |
| notes              | Optional field to send message to Progressive Solutions.                                                                                                                                        |

### Canceling Orders

You can attempt to cancel an order that has already been sent to Progressive Solutions by clicking the **Cancel Order at Progressive Solutions** button under the totals box on the order details page. This will send a cancel request to Progressive Solutions. Please follow up with Progressive Solutions to make sure the order has been canceled in time.

This button will not be available if the order has already shipped.

### 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/progressive-solutions-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.
