Back to Plugins

Wishlist Plugin

Customer wishlist functionality for Medusa v2 enabling saved product lists and wish tracking


Overview

The @devx-commerce/plugin-wishlist enables customer wishlist functionality for Medusa v2 commerce platforms. This plugin allows customers to save products for later purchase, share wishlists, and track desired items.

System Requirements

Before installing the plugin, ensure your system meets the following requirements:

Installation

Install the plugin using your preferred package manager:

# Using npm
npm install @devx-commerce/plugin-wishlist

Configuration

Add the plugin to your medusa-config.js file:

module.exports = {
  plugins: [
    {
      resolve: `@devx-commerce/plugin-wishlist`,
      options: {
        // Add your wishlist configuration here
      },
    },
  ],
}

Features

Use Cases

This plugin is ideal for:

Key Functionality

Wishlist Management

Integration Points

Customer Features


Explore More Medusa Plugins

Find more powerful plugins and integrations to enhance your Medusa store. Browse our collection of community-driven solutions.

Free & Open Source
Community Driven
Easy Integration