Category

Shipping

Version

0.0.2

Last updated

Oct 6, 2023, 17:18:40 PM10 months ago

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 Copy to clipboardmedusa-config.js add the following at the end of the Copy to clipboardplugins array:
const plugins = [
// ...
`gcm-fulfillment-manual`
]

Build your own plugins

Develop your own plugins with our API to speed up your processes.

Make your plugin available via npm for it to be shared in our Plugin Library with the broader Medusa community.