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

# ACI Integration

Order Desk can submit your print on demand orders to [ACI](https://acilab.com/). As ACI fulfills your orders, the shipment info will automatically be pulled back into your orders here in Order Desk and sent back to the original shopping cart, if your store is set up for that.

This guide will explain how to set up the ACI integration and will provide an overview of the different settings within this integration.

### Setup

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

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

Alternatively, search for ACI from the available integration search:

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

On the ACI setup page, enter the credentials that ACI has provided for you.

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

### Integration Settings

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

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

#### After Import, Move To

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

If you want to use a custom folder, create your own from Store Settings. 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 ACI 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%2F1mduvlKw2mhVQdSK3P5o%2Flegacy-8a54e76e27dedb6c7011.png?alt=media)

#### Product Code Match and Skip

For more information on how Product Code Match and Product Code Skip work, please read the [Product Code](/guided-walkthroughs/products-and-inventory/how-to-use-code-replace.md) guide.

### Sending Orders to ACI

For detailed instructions on how to use Order Desk with your Print on Demand orders, please read through the [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 | Item code for ACI’s product.                                                       |
| print\_url | Link to artwork file. Use print\_url\_1 and print\_url\_2 for double-sided prints. |


---

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