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

# Two Fifteen Integration

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

### Setup

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

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

Enter your Two Fifteen App ID and Secret Key and click to connect.

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

### Integration Settings

Once you have successfully connected to the Two Fifteen integration, choose the folders you want orders moved into.

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

#### After Import, Move To

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

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

#### Default Ship Class

Choose the mail class you want Two Fifteen 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.

#### Product Settings

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

For more information on what these product settings within the Two Fifteen 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.

#### Shipping Class Match

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

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

To tell Two Fifteen 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 Two Fifteen

Getting your orders ready to send to Two Fifteen 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 item in an order.

| Field Name      | Field Description                                                                                                                                                       |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| print\_sku      | Two Fifteen product code.                                                                                                                                               |
| print\_url      | Link to the artwork file. Can set up to 5 links for different locations using print\_url\_1 through print\_url\_5.                                                      |
| print\_location | Location of the print on the item. Default is front. Can set up to 5 locations to correspond with the print\_urls, using print\_location\_1 through print\_location\_5. |
| print\_type     | Set the label type, if required.                                                                                                                                        |

### 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/two-fifteen-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.
