Back to Plugins

Loyalty Plugin

Customer loyalty and rewards program plugin for Medusa v2 with point accumulation and redemption


Overview

The @devx-commerce/plugin-loyalty enables customer loyalty and rewards programs for Medusa v2 commerce platforms. This plugin provides comprehensive functionality for managing loyalty points, rewards, and customer engagement programs.

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-loyalty

Configuration

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

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

Core Dependencies

Features

Use Cases

This plugin is ideal for:

Module Exports

The plugin provides standardized exports for:


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