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

# Dreamship Integration

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

### Setup

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

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

Enter your API Key from Dreamship to complete the connection.

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

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

### Integration Settings

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

Once you have successfully connected to the Dreamship integration, set your preferences

#### Mode

Select which mode your Dreamship connection should be in, Live or Test.

#### After Import, Move To

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

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

#### If Canceled, Move To

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

#### Skip Address Verification

Select to have shipments attempted regardless of address verification.

#### Rush Production

Select to have orders rushed through production, if possible. **Please note, this will come at an additional cost charged by Dreamship**.

#### Product Settings

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

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

### Sending Orders to Dreamship

Getting your orders ready to send to Dreamship 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 Item Details

The following fields can be set as variations or item metadata for each item in an order:

| Field Name         | Field Value                                                                                                                                                                                                         |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| print\_sku         | Use either print\_sku or print\_design\_id to tell Dreamship what product is being ordered. The print\_sku is the item variant number of a blank product.                                                           |
| print\_design\_id  | Use either print\_sku or print\_design\_id to tell Dreamship what product is being ordered. The print\_design\_id is a product variant prebuilt into the Dreamship system.                                          |
| print\_url\_1      | Link to the artwork file. Up to 5 links accepted for multi-print items, formatted as print\_url\_1 through print\_url\_5.                                                                                           |
| print\_location\_1 | Each print\_url needs a corresponding print\_location (formatted as print\_location\_1 through print\_location\_5). Set each to the location or size of the print, such as front, back, 11oz, 15oz, 10×8, or 24×16. |
| position\_x        | Used to describe the artwork scaling action. Options are top\_left, top\_center, top\_right, center\_left, center\_center, center\_right, bottom\_left, bottom\_center or bottom\_right.                            |
| resize\_x          | If position is included, resize must be as well. Options are fit, fill or file.                                                                                                                                     |

#### Custom Order Details

The following fields can be set as order metadata or checkout data:

| Field Name           | Description                                                                                                 |
| -------------------- | ----------------------------------------------------------------------------------------------------------- |
| RushProduction       | Use to flag an order for rush production.                                                                   |
| ShippingLabel        | Use to set a URL for the shipping label. **Required if setting a value in the ShippingLabelCarrier field**. |
| ShippingLabelCarrier | Use to set the carrier for your shipping label. **Required if setting a value in the ShippingLabel field**. |
| 48HourFulfillment    | Set with a value of **1** for expedited tracking.                                                           |


---

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