WooCommerce Connector for Odoo 18
Import orders from WooCommerce into Odoo — automatic sync, tracking push-back, product mapping.
Order Import
Automatically pulls new WooCommerce orders into Odoo sale.order. Uses a sync-flag approach — each order is marked as synced after import, so no orders are missed or duplicated.
Status Sync
Updates WooCommerce order status when the Odoo delivery is validated. Keeps your WooCommerce shop in sync without manual work.
Tracking Push
Sends tracking number and carrier to WooCommerce automatically on picking validation. Also supports manual push via button.
Features
- Bearer token authentication — works over plain HTTP (no HTTPS required)
- Sync-flag based import — no duplicate orders, no missed orders
- Product mapping: WooCommerce SKU ↔ Odoo product (auto-creates missing products)
- Customer auto-create from order data
- Sync log with full history and error details
- Import-only mode — safe for read-only integrations
- Tracking push: order meta + WC Shipment Tracking format + order note
- Auto tracking push on Odoo picking validation
- Carrier mapping (WooCommerce method → Odoo carrier)
- Odoo 18 compatible
How It Works
This connector uses the included BW Woo Bridge WordPress plugin instead of the standard WooCommerce REST API. The standard WC REST API requires HTTPS and Basic Auth — our bridge plugin adds Bearer token authentication and works on any setup.
- Install the BW Woo Bridge plugin on your WordPress site
- Copy the generated Bearer token
- In Odoo: go to your Fulfillment Client → WooCommerce tab → add configuration with Shop URL and token
- Click Test to verify the connection, then Sync to import orders
Requirements
Odoo
- Odoo 18 (Community or Enterprise)
- Sales, Inventory
WordPress
- WordPress 6.x
- WooCommerce 8.x or newer
- BW Woo Bridge plugin (included in this module)
Add-on Modules
WooCommerce × Chameleoon Bridge
Shows dynamic Chameleoon shipping rates (GLS, Packeta, SPS and more) directly in the WooCommerce checkout. Selected carrier is automatically transferred to Odoo on order import.
Fulfillment — WooCommerce Integration
Connects WooCommerce orders with the BW Fulfillment system. Assigns orders to fulfillment clients, links helpdesk tickets to WooCommerce orders.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Discuss (mail) • Invoicing (account) |
| Lines of code | 689 |
| Technical Name |
bw_connector_woocommerce |
| License | OPL-1 |
| Website | https://bewisesro.eu |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module