How to integrate WooCommerce with search service
We have created ecommerce-synch tool that supports WooCommerce platform. This tool synchronizes products and categories with our search service. You can see it on GitHub
How does it work
Cron executes synchronization command. It takes configuration file, determine what is input module. It executes its SQL SELECT statements and saves result into CSV files (products and categories). Output module push CSV data into our search service.
WooCommerce supported versions
- 5.1.1
Other versions might work as well, but was not tested.
Installation
composer require logshub/ecommerce-synch
- Make sure you set
module = "woocommerce"
ininput
section.
More details on GitHub