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

# FinerWorks Integration

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

### Setup

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

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

Alternatively, search for FinerWorks from the available integrations search.

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

Enter the API credentials supplied to you by FinerWorks and click to connect.

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

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

### Integration Settings

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

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

#### Order Mode

Select the environment the store should currently be in: live or test.

#### Default Mail Class

Choose the mail class you want FinerWorks to use for your orders.

#### After Import, Move To

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

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

#### Product Settings

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

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

Getting your orders ready to send to FinerWorks 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                                                                                                                                                                            |
| ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| PackingSlip                                | URL for the PDF to be included as the packing slip with the order. Details [here](/guided-walkthroughs/templates-emails-and-order-documents/how-to-create-pdf-files-for-order-documents.md). |
| ShippingAccountFedEx or ShippingAccountUPS | Set the account number after this field. Example: ShippingAccountFedEx\|1234567                                                                                                              |
| ShipByDate                                 | If this field is present, Order Desk checks for the earliest expected ship date value and sends that data with your order.                                                                   |

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 item in an order.

| Field Name        | Field Description                                                                                                                  |
| ----------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| print\_sku        | The FinerWorks product code for the item being ordered.                                                                            |
| print\_url        | Link to artwork file.                                                                                                              |
| print\_preview    | Link to preview of artwork.                                                                                                        |
| print\_width      | Width of print. Default is 8.                                                                                                      |
| print\_height     | Height of print. Default is 8.                                                                                                     |
| print\_design\_id | Use your existing product details (artwork, dimensions, etc.) located in FinerWorks. The value is the product’s SKU in FinerWorks. |


---

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