# Getting Started

Draft Order Magic extends Shopify's draft order system with features for B2B merchants, wholesalers, and anyone needing custom pricing or advanced order editing.

## Key features

* **Custom pricing** - Set unique prices per line item without changing your catalog
* **Line item properties** - Add custom data for personalization or special instructions
* **Order attributes** - Track internal data at the order level
* **Templates** - Save reusable line item and attribute templates
* **CSV import** - Bulk add items from spreadsheets
* **PDF invoices** - Generate branded PDF documents
* **Customer accounts** - Let B2B customers view and pay draft orders

## Accessing the app

**From Shopify Apps menu:**

1. Click **Apps** in Shopify admin sidebar
2. Click **Draft Order Magic**

**From a draft order:**

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

{% hint style="success" %}
Pin the app to your Shopify sidebar for quick access.
{% endhint %}

## Creating your first custom draft order

### Option 1: New draft order

1. Open Draft Order Magic
2. Click **Create new draft order**
3. Add products
4. Click any line item's price to set custom pricing
5. Add customer and save

### Option 2: Edit existing draft order

1. Go to **Orders** → **Drafts** in Shopify admin
2. Open a draft order
3. Click **More actions** → **Edit**
4. Draft Order Magic editor opens
5. Customize prices, add properties, or import items

## Key features to try

**Custom pricing:** Click any price field to change it\
[Learn more →](/draft-order-magic/draft-order-editor/custom-pricing.md)

**Line item properties:** Add custom data to individual items\
[Learn more →](/draft-order-magic/draft-order-editor/line-item-properties.md)

**Templates:** Save common configurations for reuse\
[Learn more →](/draft-order-magic/templates/index.md)

**CSV import:** Bulk add items from a spreadsheet\
[Learn more →](/draft-order-magic/draft-order-editor/csv-import.md)

**PDF invoices:** Generate branded quote documents\
[Learn more →](/draft-order-magic/print-and-pdf/index.md)

## Subscription & billing

* **Price:** $15/month
* **Trial:** 7 days free
* **Billing:** Through Shopify (appears on your Shopify bill)

[View subscription details →](/draft-order-magic/support-and-help/index-3/subscription.md)

## Need help?

* [Contact support](/draft-order-magic/support-and-help/contact-support.md)
* [Troubleshooting guides](/draft-order-magic/support-and-help/index-1.md)
* [Feature documentation](/draft-order-magic/draft-order-editor/index.md)

{% hint style="info" %}
All changes are made to Shopify draft orders. The app provides a better editing interface but doesn't store data separately.
{% 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/getting-started/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.
