Category

Shipping

Version

0.0.28

Last updated

Oct 9, 2023, 09:56:52 AM9 months ago

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:
npm install gcm-custom-fulfillment
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.