Back to Plugins

Audit Plugin

A foundational plugin template for Medusa v2 providing audit and tracking capabilities


Overview

The @devx-commerce/plugin-audit is a starter template for Medusa plugins that provides foundational audit and tracking capabilities. This package serves as a base for developers building custom audit functionality within the Medusa commerce ecosystem.

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

Configuration

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

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

Use Cases

This plugin template is ideal 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