@jackchim/draft-order
v2.11.0
Published
A starter for Medusa plugins.
Maintainers
Readme
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
- Install the Draft Order plugin
yarn add @jackchim/draft-order- Configure the plugin in your medusa-config.ts
module.exports = defineConfig({
projectConfig: {
...
},
plugins: [
{
resolve: "@jackchim/draft-order",
options: {},
},
],
})- Start your server
Requirements
- Medusa application version >= 2.4.0
Support
Community & Contributions
The community and core team are available in GitHub Discussions, where you can ask for support, discuss roadmap, and share ideas.
Join our Discord server to meet other community members.
