> For the complete documentation index, see [llms.txt](https://help.fulfilleo.solvenium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fulfilleo.solvenium.com/settings/post-processing.md).

# Post-processing

Fulfilleo allows for moving the source files based on the status of the fulfillment. The option of moving files is available only when the source channel is set to FTP.

<figure><img src="/files/qMN3IrIiwR3jTlJtXlH0" alt=""><figcaption><p>Post-processing settings</p></figcaption></figure>

#### Move file on success

Allows for moving the source files to a specified directory whenever the orders are successfully fulfilled. To set that configuration you need to check the 'Move file on success' checkbox and enter the file destination path in the text area below. Then save the settings.

#### Move file on warning

Allows for moving the source files to a specified directory whenever the fulfillment of orders ends with status 'Warning'. That can happen in two cases:

* Source files contain fulfillment information about orders that don't exist in Shopify.
* Source files contain fulfillment information about multiple orders and some fulfillments end successfully while others fail.

To set that configuration you need to check the 'Move file on warning' checkbox and enter the file destination path in the text area below. Then save the settings.

#### Move file on error

Allows for moving the source files to a specified directory whenever the fulfillment of the orders fails. To set that configuration you need to check the 'Move file on error' checkbox and enter the file destination path in the text area below. Then save the settings.


---

# 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:

```
GET https://help.fulfilleo.solvenium.com/settings/post-processing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
