A plugin for Enthusiast that provides a WooCommerce products importer.
Project description
WooCommerce Integration
This Enthusiast plugin enables the import of product data directly from WooCommerce.
First, install the enthusiast-source-woocommerce package using pip:
pip install enthusiast-source-woocommerce
Then, enable the plugin by adding it to the settings.py:
CATALOG_PRODUCT_SOURCE_PLUGINS = [
...
"enthusiast_source_woocommerce.WoocommerceProductSource",
]
Set WooCommerce consumer key and secret by setting enviroment variables
WOO_CONSUMER_KEY=consumerkey
WOO_CONSUMER_SECRET=consumersecret
OR continue reading to implement Consumer Key and Secret instead in sources configuration.
Save the changes and restart the web server and the worker.
Syncing WooCommerce Products to a Data Set
Log in as an admin user and go to Manage → Data Sets from the left-hand menu.
Then. click on "Sources" next to the desired data set.
Add a source using “WooCommerce” as the plugin and provide a JSON configuration with the following attributes:
Provide base url to your shop.
{
"base_url": "BASE_URL",
}
If you decide to add Consumer Key and Secrect directly to sources
{
...
"consumer_key": "consumerkey",
"consumer_secret": "consumersecret"
}
By default synchronization will obtain 20 products per page.
You can change this by setting up "per_page" in your config.
Min. 10, max 100
{
...
"per_page": 10
}
Example configuration for source
{
"base_url": "http://localhost:8080",
"consumer_key": "mykey",
"consumer_secret": "mysecret",
"per_page": 10
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file enthusiast_source_woocommerce-1.3.0.tar.gz.
File metadata
- Download URL: enthusiast_source_woocommerce-1.3.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.12.12 Linux/6.14.0-1017-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddcda1f27985c4b0936986fadf52b3b443a97f107c13ee91c555ea17fe19f67f
|
|
| MD5 |
1a29fdae72f6a65cb2662a43b7102ebf
|
|
| BLAKE2b-256 |
0eb52e0819d1b29aa131c8f3000d06594b58a45c28d992421342664cf03589be
|
File details
Details for the file enthusiast_source_woocommerce-1.3.0-py3-none-any.whl.
File metadata
- Download URL: enthusiast_source_woocommerce-1.3.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.12.12 Linux/6.14.0-1017-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6ddd34fe3cc564a2dd8cd3df2fe02c3c1238eb2967ab85e365292638f4d8dee
|
|
| MD5 |
c021a3aa84d89632de3bac4c3fe949a8
|
|
| BLAKE2b-256 |
5da317abcc98c6ed2d3f0fe07d4821e4cc1ed4d78d025bb8dbe24a1aaa458721
|