How about using custom wpdb query like this? global $wpdb; $date_from = '2015 -11-20'; $date_to = '2015-12-20'; $post_status = implode("','", ...
WooCommerce: Get Order Info (total, items, etc) From $order Object
From your answer here, which I believe is correct. You just need to add the date_query in the fields... something like this: public function ...
Filter orders by Date (month/year) or by registered customer.
Tried all sorts of ways but I can't seem to figure out which date Woocommerce is using for the before and after parameters. Wordpress version, ...
Make sure your store can process all orders by limiting the number of orders per day or time frame.
Almost all endpoints accept optional parameters which can be passed as a HTTP query string parameter, e.g. GET /orders?status= ...
What you could do is get yesterday's date in your app and then pass that along in the request. That should give you all orders that happened since yesterday. Have ...
WooCommerce Fetch All Orders by Date Range
( order_item_name separator '|' ) from wp_woocommerce_order_items where