Back to Plugins

Brand

Enables creation, editing, and deletion of brands with product assignment capabilities and admin dashboard integration


Features

Brand Management

Admin Dashboard Integration

Installation

Install via npm or yarn:

npm install @tsc_tech/medusa-plugin-brand

Configuration

Update your medusa-config.ts with the plugin resolver:

module.exports = {
  plugins: [
    // ... other plugins
    '@tsc_tech/medusa-plugin-brand',
  ],
}

Database Migration

Run migrations after installation:

npx medusa migrations run

Usage

Admin Panel

  1. Navigate to Settings in the Medusa Admin
  2. Find the Brand Management section
  3. Create, edit, or delete brands

Product Assignment

  1. Create or edit a product
  2. Select the brand from the available options
  3. Save the product

API Endpoints

The plugin provides RESTful API endpoints for:

Use Cases

Requirements

Core Functionality


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