@tsc_tech/medusa-plugin-brand

0.0.9 • Public • Published

Medusa logo

Medusa Plugin Starter

Building blocks for digital commerce

PRs welcome!

Compatibility

This starter is compatible with versions >= 2.4.0 of @medusajs/medusa.

Features

  • Create, edit, and delete brands.

  • Assign brands to products.

  • API endpoints for managing brands.

  • Admin dashboard integration for easy brand management.

Installation

To install the @tsc_tech/medusa-plugin-brand, run the following command:

npm install @tsc_tech/medusa-plugin-brand

OR

yarn add @tsc_tech/medusa-plugin-brand

Configuration

Step 1: Update Medusa Configuration Modify your medusa-config.ts to include the brand plugin:

module.exports = defineConfig({
  plugins: [
    {
      resolve: "@tsc_tech/medusa-plugin-brand",
      options: {},
    },
    ],
})

Step 2: Run Migrations

npx medusa db:migrate

How to Use

Adding a Brand via Admin Dashboard

  1. Log in to the Medusa Admin panel.

  2. Go to Settings.

  3. Navigate to Brands in the sidebar.

Click Add Brand, enter the required details, and save.

Assigning a Brand to a Product

  1. Open the Products section in the Admin panel.

  2. Edit an existing product or create a new one.

  3. Go to product detail section.

  4. From sidebar edit brand section and select a brand from the dropdown list.

  5. Save the changes.

Community & Contributions

The community and core team are available in GitHub Discussions, where you can ask for support, discuss roadmap, and share ideas.

Package Sidebar

Install

npm i @tsc_tech/medusa-plugin-brand

Weekly Downloads

9

Version

0.0.9

License

MIT

Unpacked Size

137 kB

Total Files

15

Last publish

Collaborators

  • the_special_character