I get a "JSON ERROR: Syntax error" error when trying to mount using $woocommerce->get('order').
It can't be dynamic and I've found that per_page <10 must be accessed for it to work.
Do not know if this is an error or not?
With $woocommerce->get() it still works fine for customers or products.
There is no way to get all available orders.