Woocommerce connector for the Tryton platform
Go to file
Sergi Almacellas Abellana 348cff1a25 Explain module behaviour in documentation 2020-12-02 11:29:47 +01:00
doc Explain module behaviour in documentation 2020-12-02 11:29:47 +01:00
locale Import shipping lines 2020-06-30 10:18:06 +02:00
tests Add tests for WooCommerce ID 2020-06-29 09:23:03 +02:00
view Import shipping lines 2020-06-30 10:18:06 +02:00
.drone.yml Initial commit 2020-06-04 17:09:33 +02:00
.flake8 Initial commit 2020-06-04 17:09:33 +02:00
.gitlab-ci.yml Initial commit 2020-06-04 17:09:33 +02:00
COPYRIGHT Initial commit 2020-06-04 17:09:33 +02:00
LICENSE Initial commit 2020-06-04 17:09:33 +02:00
MANIFEST.in Initial commit 2020-06-04 17:09:33 +02:00
README.rst Initial commit 2020-06-04 17:09:33 +02:00
__init__.py Mark sales as completed on woocommerce when shipment is sent 2020-06-30 18:48:07 +02:00
exceptions.py Add exception messages 2020-06-22 16:04:07 +02:00
ir.py Add job to download sales 2020-06-05 21:30:04 +02:00
message.xml Import shipping lines 2020-06-30 10:18:06 +02:00
party.py Do not try to append address to tuple 2020-10-28 10:03:55 +01:00
product.py Hide products on woocommerce when deleted 2020-06-30 11:01:40 +02:00
product.xml Add tax class on account categories 2020-06-23 13:10:35 +02:00
setup.py Use github mirror instead of bitbucket 2020-10-28 10:10:18 +01:00
tox.ini Use github mirror instead of bitbucket 2020-10-28 10:10:18 +01:00
tryton.cfg Add tax class on account categories 2020-06-23 13:10:35 +02:00
web.py Quote and confirm sales when downloading from woocommerce 2020-07-27 17:31:53 +02:00
web.xml Add job to download sales 2020-06-05 21:30:04 +02:00

README.rst

Web Shop Woocommerce Module
###########################

The web_shop_woocomerce module provides the integration with `WooCommerce API`_.

.. _`WooCommerce API`: https://woocommerce.github.io/woocommerce-rest-api-docs/


The module creates by default two cron jobs:

* Upload products from Tryton to WooCommerce
* Download orders from WooCommerce to Tryton


The first one is responsible of creating new products and categories but also
uploading any change to the product and syncronizing stock levels. The second
is downloads 'on-hold' orders, creating the customer related data if needed.
Once the order is created in Tryton the status it's updated to processing.
When the shipments are sent, Tryton updates the WooComerce state of the
order to 'done'.