Building blocks for digital commerce
This starter is compatible with versions >= 2.4.0 of @medusajs/medusa
.
-
Create, edit, and delete brands.
-
Assign brands to products.
-
API endpoints for managing brands.
-
Admin dashboard integration for easy brand management.
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
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
-
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.
-
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.
The community and core team are available in GitHub Discussions, where you can ask for support, discuss roadmap, and share ideas.