GCM Manual Fulfillment
A GCM custom 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-custom-fulfillment
2. In
add the following at the end of theCopy to clipboardmedusa-config.js
array:Copy to clipboardplugins
1234const plugins = [// ...`gcm-fulfillment-manual`]
