# Draft Order Editor

The Draft Order Magic editor replaces Shopify's limited default system with extra features for custom pricing, properties, and bulk editing.

### Key features

Set unique prices per line item without touching your catalog. Add custom properties for personalization and tracking. Add custom data at the order level. Reorganize line items easily. Add up to 200 items at once from a spreadsheet. Use saved templates for faster order creation

### Accessing the editor

**From Draft Order Magic:**

1. Open app from Shopify apps
2. Click any draft order

**From Shopify admin:**

1. Go to **Orders** → **Drafts**
2. Open a draft order
3. Click **More actions** → **Draft Order Edit**

### Common workflows

**Custom quote:**

1. [Create new draft order](https://github.com/horselditty/draft-order-docs/blob/main/product/editor/create-new-order/README.md)
2. [Set custom prices](https://github.com/horselditty/draft-order-docs/blob/main/product/editor/custom-pricing/README.md)
3. [Add properties](https://github.com/horselditty/draft-order-docs/blob/main/product/editor/line-item-properties/README.md) for customization
4. [Reorder items](https://github.com/horselditty/draft-order-docs/blob/main/product/editor/reordering-items/README.md)
5. Save and send invoice

**Bulk B2B order:**

1. [Import via CSV](https://github.com/horselditty/draft-order-docs/blob/main/product/editor/csv-import/README.md)
2. [Add order attributes](https://github.com/horselditty/draft-order-docs/blob/main/product/editor/order-attributes/README.md)
3. Save

### Tips

{% hint style="success" %}
Create templates for frequently used properties or attributes.
{% endhint %}

{% hint style="warning" %}
Changes are not auto-saved. Click Save before navigating away.
{% endhint %}


---

# 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://responsive-media.gitbook.io/draft-order-magic/draft-order-editor/index.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.
