> 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/tools-and-productivity/fasteditor-integration.md).

# FastEditor Integration

If you use [**FastEditor**](https://www.fasteditor.com/) to create your visual proofs and production-ready files, Order Desk can import those designs and add them to your orders. You can then send the orders, along with the designs, to your print on demand service for printing (if your store is set up for it).

### Setup

To enable the integration, click on **Manage Integrations** in the left sidebar. Under the **Productivity** tab, find and enable the FastEditor integration.

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

Alternatively, search for *fasteditor* from the available integrations.

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

#### Credentials

To use the FastEditor integration, you’ll need your account **Domain URL** and **API Key**. If you’re not sure where to find these, reach out to the FastEditor support team and they can help. Once you have them, enter the details on the connection page and click **Connect**.

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

### Settings

Once connected, you’ll be able to adjust the following settings.

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

#### Project Key Field

Enter the name of the item metadata or variation field where Order Desk should look for your FastEditor project identifiers. Order Desk will use this value to request the correct print files for each item from FastEditor.

By default, this is set to `fasteditor_project_key`. If your cart uses a different field to store the project keys, you can enter that field name here.

You may need to import a test order to see how the project key is passed so you can match it correctly. If you’re unsure how to find the project key on your imported orders, you can reach out to our support team for help. Make sure to include your Order Desk store name and an example order number.

#### Automatically Fetch Designs On Import

Enable this setting to have FastEditor designs imported automatically with your orders.

If you’d prefer to fetch designs later in your workflow, you can leave this setting disabled and [**set up a rule**](/guided-walkthroughs/rules-and-automations/how-to-work-with-rules.md) to do so.

### Working with FastEditor Print Files

When FastEditor sends print files back to Order Desk, they are automatically added to your order items using the following fields:

* `print_url`: The actual print file URL.
* `print_location`: The position where the print file should be placed.
* `print_preview`: A preview or mockup of the final print job.

### Rules Reference

The FastEditor integration includes a rule event and action that let you control when print files are requested and what happens after they are received.

#### Event: FastEditor Print Files Received

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

This event is triggered when FastEditor sends print files back to Order Desk. You can use this event to take further action on the order once the files are available.

#### Action: Send FastEditor Sale Notification

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

This action tells FastEditor to generate and send print files for an order.

You can use this if you don’t want to [automatically fetch designs on import](#automatically-fetch-designs-on-import) and instead prefer to request them later in your process.


---

# 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/tools-and-productivity/fasteditor-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.
