0.0.2 • Published 7 months ago

gcm-fulfillment-manual v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
7 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 medusa-config.js add the following at the end of the plugins array:

const plugins = [
  // ...
  `gcm-fulfillment-manual`
]