Medusa logo

Draft Order Plugin

Documentation | Website

Create and manage draft orders on behalf of customers in Medusa

PRs welcome! Product Hunt Discord Chat Follow @medusajs

## Overview The Draft Order Plugin enables admin users to create and manage orders on behalf of customers. This is particularly useful for customer support scenarios or when customers place orders offline. ## Features - **Create draft orders** from the Medusa Admin dashboard - **Manage items** in draft orders (add, update, remove) - **Add shipping methods** to draft orders - **Associate customers** with draft orders - **Convert draft orders** to regular orders for purchase completion ## Installation 1. Install the Draft Order plugin ``` yarn add @medusajs/draft-order ``` 2. Configure the plugin in your medusa-config.ts ``` module.exports = defineConfig({ projectConfig: { ... }, plugins: [ { resolve: "@medusajs/draft-order", options: {}, }, ], }) ``` 3. Start your server ## Requirements - Medusa application version >= 2.4.0 ## Support ## Community & Contributions The community and core team are available in [GitHub Discussions](https://github.com/medusajs/medusa/discussions), where you can ask for support, discuss roadmap, and share ideas. Join our [Discord server](https://discord.com/invite/medusajs) to meet other community members. ## Other channels - [GitHub Issues](https://github.com/medusajs/medusa/issues) - [Twitter](https://twitter.com/medusajs) - [LinkedIn](https://www.linkedin.com/company/medusajs) - [Medusa Blog](https://medusajs.com/blog/)