Skip to Content
Enthusiast 1.6.0 is released 🎉
IntegrationsWoocommerce

WooCommerce Integration

WooCommerce

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-woocommerce

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

CATALOG_PRODUCT_SOURCE_PLUGINS = [ ... "enthusiast_source_woocommerce.WoocommerceProductSource", ]

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