Back to Plugins

Product reviews

Product Reviews Plugin for Medusa


Installation

npm install @lambdacurry/medusa-product-reviews

Configuration

Add the plugin to your medusa-config.js:

module.exports = {
  plugins: [
    {
      resolve: "@lambdacurry/medusa-product-reviews",
      options: {
        // Plugin options here
      },
    },
  ],
};

Documentation

Medusa Plugins Collection

A collection of plugins for enhancing your Medusa commerce application with additional features and functionalities.

Plugins SDK

You can use the Plugins SDK to interact with the plugins in this collection. The SDK provides a unified way to interact with all plugins through both Store and Admin operations. Available Plugins

Product Reviews

Add product review capabilities to your Medusa store:

Webhooks

Add webhook functionality to your Medusa e-commerce server:

See a demo in our Medusa Starter

Requirements


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