Built by

Medusa

Category

Other

Version

1.1.44

Last updated

Jul 18, 2024, 08:57:41 AM4 days ago

Wishlist

Add wishlist capabilities to your commerce application.

Features

  • Allow customers to manage items in their wishlist.

Prerequisites


How to Install

1. Run the following command in the directory of the Medusa backend:
npm install medusa-plugin-wishlist
2. In Copy to clipboardmedusa-config.js add the following at the end of the Copy to clipboardplugins array:
const plugins = [
// ...
`medusa-plugin-wishlist`
]

Test the Plugin

Learn about testing the plugin in the documentation

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.