novapo-medusa-fulfillment-manual

2.0.1 • Public • Published

Manual Fulfillment

A minimal fulfillment provider that allows merchants to handle fulfillments manually.

Medusa Website | Medusa Repository

Features

  • Provides a restriction-free fulfillment provider that can be used during checkout and while processing orders.

Prerequisites


How to Install

1. Run the following command in the directory of the Medusa backend:

npm install medusa-fulfillment-manual

2. In medusa-config.js add the following at the end of the plugins array:

const plugins = [
  // ...
  `medusa-fulfillment-manual`
]

Test the Plugin

1. Run the following command in the directory of the Medusa backend to run the backend:

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. Place an order using a storefront or the Store APIs. You should be able to use the manual fulfillment provider during checkout.

Package Sidebar

Install

npm i novapo-medusa-fulfillment-manual

Weekly Downloads

1

Version

2.0.1

License

MIT

Unpacked Size

20.1 kB

Total Files

5

Last publish

Collaborators

  • novapo