Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

medusa-fulfillment-manual

Package Overview
Dependencies
Maintainers
2
Versions
427
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

medusa-fulfillment-manual

A manual fulfillment provider for Medusa

  • 1.1.41
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9.7K
decreased by-11.58%
Maintainers
2
Weekly downloads
 
Created
Source

Manual Fulfillment

A minimal fulfillment provider that allows merchants to handle fulfillments manually.

Medusa Website | Medusa Repository

Features

  • Provides a restriction-free fulfillment provider that can be used during checkout and while processing orders.

Prerequisites


How to Install

1. Run the following command in the directory of the Medusa backend:

npm install medusa-fulfillment-manual

2. In medusa-config.js add the following at the end of the plugins array:

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

Test the Plugin

1. Run the following command in the directory of the Medusa backend to run the backend:

npm run start

2. Enable the fulfillment provider in the admin. You can refer to this User Guide to learn how to do that. Alternatively, you can use the Admin APIs.

3. Add shipping options for the fulfillment provider. You can do that using either the Medusa Admin or the Admin REST APIs.

3. Place an order using a storefront or the Store APIs. You should be able to use the manual fulfillment provider during checkout.

Keywords

FAQs

Package last updated on 18 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc