@tsc_tech/medusa-plugin-brand
v0.0.9
Published
A starter for Medusa plugins.
Maintainers
Readme
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-brandOR
yarn add @tsc_tech/medusa-plugin-brandConfiguration
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:migrateHow to Use
Adding a Brand via Admin Dashboard
Log in to the Medusa Admin panel.
Go to Settings.
Navigate to Brands in the sidebar.
Click Add Brand, enter the required details, and save.
Assigning a Brand to a Product
Open the Products section in the Admin panel.
Edit an existing product or create a new one.
Go to product detail section.
From sidebar edit brand section and select a brand from the dropdown list.
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.
