> For the complete documentation index, see [llms.txt](https://docs.roadmap.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roadmap.so/trade-and-b2b/quote-builder-and-draft-orders/create-workflows-within-shopify-draft-orders-to-track-working-quotes-and-submitted-quotes-for-review.md).

# Create workflows within Shopify draft orders to track working quotes and submitted quotes for review

Create Shopify draft order views that separate working quotes from quotes submitted for review, using the tags Roadmap applies automatically.

Use Shopify draft order views to separate quotes that are still being worked on from quotes submitted for review.

Roadmap tags its draft orders automatically, so the views are just saved filters.

### The tags Roadmap applies

* `roadmap-draft` is applied at creation and **never removed**: it stays on the quote through Open, In Review, and Completed, and carries onto the resulting order.
* `roadmap-quote-open` marks a working quote that's still open, so a fresh draft carries both tags.
* `roadmap-quote-in-review` is added when a customer submits a quote for review (with [Draft Order automation](/trade-and-b2b/quote-builder-and-draft-orders/automate-roadmap-draft-orders.md) set to **Move to review on customer submission**).

### Create a working quote view in Shopify

Create a saved draft order view so your team can find active working quotes quickly.

{% stepper %}
{% step %}

#### Open draft orders

In Shopify, go to **Orders → Drafts**.
{% endstep %}

{% step %}

#### Filter by status

Set **Status** to **Open**.
{% endstep %}

{% step %}

#### Filter by tag

Set **Tagged with** to `roadmap-quote-open`.
{% endstep %}

{% step %}

#### Save the filtered view

Save the view as **Roadmap: Working Order**.
{% endstep %}
{% endstepper %}

Your saved view should use these values:

* **Status is** `Open`
* **Tagged with is** `roadmap-quote-open`

<figure><img src="https://393112916-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJ8asLD4FVCFagK40xEr4%2Fuploads%2FoSfVldVXPzaCexoXqWs8%2FScreenshot%202026-05-01%20at%205.26.34%E2%80%AFPM.png?alt=media&#x26;token=0e8a3ba5-dea5-4156-b4cd-73fde322a7e3" alt=""><figcaption></figcaption></figure>

### Create an in-review view

Repeat the same steps with the review tag to isolate quotes waiting on your team:

* **Status is** `Open`
* **Tagged with is** `roadmap-quote-in-review`

Save it as **Roadmap: In Review**. Together the two views split quote activity into "customer is still building" and "waiting on us".

### Track completed trade orders

Because `roadmap-draft` carries onto the final order, you can also filter the main **Orders** list by that tag to see every order that started life as a Roadmap quote. That's useful for reporting on trade volume without any extra tagging work.

### How working quotes behave

Quotes in the working view are still in progress.

They remain open while the customer is building or editing them.

This gives your team a clean way to separate active quote work from other draft order activity.

### Confirm submission status in the quote dashboard

In the quote dashboard, these same quotes appear as **OPEN** while they are still being worked on.

<figure><img src="https://393112916-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJ8asLD4FVCFagK40xEr4%2Fuploads%2FZDc5ZzKWdL17hFSFL541%2FScreenshot%202026-05-01%20at%205.19.50%E2%80%AFPM.png?alt=media&#x26;token=2546b021-4643-41c0-8d50-7e07142c1475" alt=""><figcaption></figcaption></figure>

Once the customer submits a quote for review, it leaves that open working state and shows as **In Review**.

<figure><img src="https://393112916-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJ8asLD4FVCFagK40xEr4%2Fuploads%2FplJsafqXvcjsswkicwfF%2FScreenshot%202026-09-07%20at%204.19.17%E2%80%AFPM.png?alt=media&amp;token=ef130d05-78d6-4206-a2cd-af758a763f44" alt=""><figcaption></figcaption></figure>

### Recommended workflow

Use the two saved views to monitor quote activity in Shopify: working quotes in one, submitted quotes in the other.

Use the quote dashboard to confirm what the customer sees.

This keeps the operational workflow simple without mixing in-progress quotes with the next review stage.

### Related guides

* [Overview of the quote builder](/trade-and-b2b/quote-builder-and-draft-orders/overview-of-the-quote-builder.md)
* [Automate Roadmap draft orders](/trade-and-b2b/quote-builder-and-draft-orders/automate-roadmap-draft-orders.md)
* [Overview of the Trade Dashboard](/trade-and-b2b/overview-of-trade-dashboard.md)


---

# 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://docs.roadmap.so/trade-and-b2b/quote-builder-and-draft-orders/create-workflows-within-shopify-draft-orders-to-track-working-quotes-and-submitted-quotes-for-review.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.
