packages/plugins/draft-order/README.md
</picture>
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.
yarn add @medusajs/draft-order
module.exports = defineConfig({
projectConfig: {
...
},
plugins: [
{
resolve: "@medusajs/draft-order",
options: {},
},
],
})
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.