How to get the most recently updated orders via the REST API?
As it turns out, it’s only possible to query the orders after a certain time with the legacy v3 WooCommerce REST API with the filter[updated_at_min] parameter, not with the new v3 WooCommerce REST API. I also want to query the customers who recently updated their data, which is impossible with any versions of the WooCommerce … Read more