A collection of plugins for enhancing your Medusa commerce application with additional features and functionalities.
You can use the Plugins SDK to interact with the plugins in this collection. The SDK provides a unified way to interact with all plugins through both Store and Admin operations. Available Plugins
Add product review capabilities to your Medusa store:
- Product reviews with ratings
- Review statistics and analytics
- Review moderation workflow (
approved
/pending
/flagged
) - Admin response management
- SDK for Store and Admin operations
Add webhook functionality to your Medusa e-commerce server:
- Event-based webhooks for real-time notifications
- Flexible configuration through Medusa's plugin system
- Built-in support for common Medusa events
- Seamless workflow integration
See a demo in our Medusa Starter
- Medusa >= 2.5.0
- Node >= 20
- [email protected]
In order to develop and test the plugins, you need to have a running Medusa instance. You can use our Medusa Starter for this purpose.
# Clone the repository
git clone https://github.com/lambda-curry/medusa-plugins.git
# Install dependencies
yarn install
# Test the setup
yarn build
MIT