A manual fulfillment provider for Medusa
npm install medusa-fulfillment-manualA minimal fulfillment provider that allows merchants to handle fulfillments manually.
Medusa Website | Medusa Repository
- Provides a restriction-free fulfillment provider that can be used during checkout and while processing orders.
---
---
1\. Run the following command in the directory of the Medusa backend:
``bash`
npm install medusa-fulfillment-manual
2\. In medusa-config.js add the following at the end of the plugins array:
`jsmedusa-fulfillment-manual
const plugins = [
// ...
`
]
---
1\. Run the following command in the directory of the Medusa backend to run the backend:
`bash``
npm run start
2\. Enable the fulfillment provider in the admin. You can refer to this User Guide to learn how to do that. Alternatively, you can use the Admin APIs.
3\. Add shipping options for the fulfillment provider. You can do that using either the Medusa Admin or the Admin REST APIs.
3\. Place an order using a storefront or the Store APIs. You should be able to use the manual fulfillment provider during checkout.