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:
1npm install gcm-fulfillment-manual
2. In Copy to clipboard
medusa-config.js
add the following at the end of the Copy to clipboardplugins
array:1234const plugins = [// ...`gcm-fulfillment-manual`]