Back to Plugins

Payload Plugin

A starter plugin for Medusa providing foundational plugin structure and utilities


Overview

The @m-nasser-m/payload-plugin is a starter template for creating Medusa plugins. It provides a foundational structure and utilities to help developers kickstart their custom plugin development for Medusa v2.

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 @m-nasser-m/payload-plugin

Core Dependencies

This plugin includes the following core dependencies:

Configuration

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

module.exports = {
  plugins: [
    {
      resolve: `@m-nasser-m/payload-plugin`,
      options: {
        // Add your configuration options here
      },
    },
  ],
}

Use Cases

This starter plugin 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