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

# Artelo Integration

Order Desk can submit your print on demand orders to [Artelo](https://www.artelo.io/). As orders are fulfilled, the shipment info will automatically be pulled back into Order Desk and sent back to the original shopping cart.

### Setup

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

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

Alternatively, search for Artelo from the available integrations search.

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

Enter your Artelo API Token, then click to connect:

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

### Integration Settings

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

Once connected, you will have a few settings where you can set your preferences for this integration.

#### Artelo Help

Click *Need Help Getting Started* to access helpful resources for using Artelo.

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

#### After Import, Move To

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

If you want to use a custom folder, create your own from Store Settings. See 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 Artelo sends shipment details back into Order Desk.

#### Product Settings

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

For more information on what the product settings within the Artelo 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 Artelo

Getting your orders ready to send to Artelo 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 details can be submitted for an order as either checkout data or order metadata.

| Field Name | Field Description                    |
| ---------- | ------------------------------------ |
| currency   | Use to set currency. Default is USD. |
| vat\_total | Use to send VAT tax total.           |

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.

#### Preparing Your Items

The following fields can be set as variations or item metadata for each order item.

| Field Name                | Field Description                                                                         |
| ------------------------- | ----------------------------------------------------------------------------------------- |
| print\_sku                | Artelo’s Catalog Product ID for the item.                                                 |
| print\_url\_x             | Link to your artwork file so Artelo can print it. Up to 9.                                |
| print\_design\_id\_x      | Artelo’s print design code for your artwork. Can be used in place of print\_url. Up to 9. |
| frame\_color              | Use to set the color for your frame.                                                      |
| include\_framing\_service | Set a value of 1 to request framing for your art print.                                   |
| include\_hanging\_pins    | Set a value of 1 to include hanging pins for your art print.                              |
| include\_mats             | Set a value of 1 to include a mat for your art print.                                     |
| orientation               | Use to set print orientation.                                                             |
| paper\_type               | Use to select paper type.                                                                 |
| size                      | Use to set print size.                                                                    |


---

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