Skip to Content
Enthusiast 1.6.0 is released 🎉

Medusa Integration

Medusa
poetry add enthusiast-source-medusa

The Medusa  integration for Enthusiast allows AI Agents to access your product catalog and perform actions within Medusa. For example, it allows the Purchase Order OCR Agent to find matching products in the catalog, and automatically create orders in Medusa based on uploaded documents.

Installation

Run the following command inside your application directory.
If you're using Enthusiast Starter, that's inside enthusiast-starter/src/

poetry add enthusiast-source-medusa

Then, register the integration in your config/settings_override.py.

CATALOG_ECOMMERCE_INTEGRATION_PLUGINS = [ ... "enthusiast_source_medusa.MedusaIntegration", ]

Then, restart your server for the newly installed plugin to become available.

Finally, sign in to Enthusiast's Admin UI, go to the Integrations tab and configure the required credentials.

Last updated on