TL;DR Because price in WooCommerce is a computed, read-only field, while regular_price is the correct field for setting product prices via the API. How WooCommerce pricing works (API perspective) In the WooCommerce REST API, product pricing is split into different...
WooCommerce connector does not allow sending invoices out of the box, as there is no built-in functionallity. For that you need to install a separate plugin on your shop that allows to download invoices from Odoo. It can be purchased...
A common cause for this error is improperly configured permalinks. In WordPress, the REST API relies on human-readable (pretty) permalinks rather than the default “Plain” setting. To resolve the issue, navigate to Settings > Permalinks in your WordPress dashboard and...
This type of error usually happens when the response time from the server exceeds the specified timeout in the API client. If this error occurs, first, you can try to requeue the job. Often, this can be caused by the...