Why does the WooCommerce connector use regular_price instead of price?
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...
