Back to Plugins

PDF Tracker Plugin

A starter template for Medusa plugins with PDF tracking capabilities


Overview

The pdf-tracker-plugin is a foundational starter template for developing Medusa plugins. This package provides a framework compatible with Medusa versions 2.4.0 and above, designed to help developers create custom plugin functionality.

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 pdf-tracker-plugin

Configuration

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

module.exports = {
  plugins: [
    {
      resolve: `pdf-tracker-plugin`,
      options: {
        // Add your configuration options here
      },
    },
  ],
}

About Medusa

Medusa is a collection of commerce modules that enable developers to create reliable, performant commerce applications. The platform allows extensive customization to build:

All modules are open-source and available on npm.

Use Cases

This starter plugin is ideal for:

Community Support

Get help and connect with other developers:


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