# What is Shopify Flow?

Shopify Flow is a free automation platform built directly into Shopify that allows you to create custom workflows without any coding.[ ](https://apps.shopify.com/flow)It automates tasks like order fulfillment, inventory management, tagging, and integrations with other apps and services.

**Access:** Available for all merchants

<a href="https://apps.shopify.com/flow" class="button primary">Download Shopify Flow</a>

***

#### How Order Editing Uses Shopify Flow

Order Editing uses Shopify Flow to create the automated workflows that control when orders are released to your external systems. These workflows ensure orders remain in the editing window before being sent to your business systems.

**The three primary Flow types Order Editing uses:**

**1. Delayed Payment Capture Flow**

* For systems that download: Orders with "Paid" status
* What it does: Delays payment capture until editing period ends
* When payment captures: Order status changes to "Paid" and system downloads it

**2. Released Tag Flow**

* For systems that download: Orders tagged with "Released"
* What it does: Waits for editing period to end, then applies "Released" tag
* **When tag applies: System sees the tag and downloads the order**

**3. ON-HOLD Tag Flow**

* For systems that download: Orders with "Unfulfilled" status
* What it does: Applies "ON HOLD" fulfillment status during editing window, then removes it
* When hold removes: Order shows as "Unfulfilled" and system downloads it

<a href="/pages/0W0SjJrT6pPAt1ud1z7y" class="button primary">Find out what flow you need</a> <a href="/pages/TtIIysq5s9Bhit5ELPYi" class="button primary">Learn more about flow types</a>

<br>


---

# Agent Instructions: 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://order-editing.gitbook.io/oe-help-book/help-centre/have-a-question/what-is-shopify-flow.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.
