gcm-fulfillment-manual
v0.0.2
Published
A GCM manual fulfillment provider for Medusa
Downloads
1
Maintainers
Readme
GCM Manual Fulfillment
A minimal GCM fulfillment provider that allows merchants to handle fulfillments manually.
Features
- Provides a restriction-free fulfillment provider that can be used during checkout and while processing orders.
How to Install
1. Run the following command in the directory of the Medusa backend:
npm install gcm-fulfillment-manual
2. In medusa-config.js
add the following at the end of the plugins
array:
const plugins = [
// ...
`gcm-fulfillment-manual`
]