Replies: 0
I am usging woocommerce v 2.5.5. I am trying to get the orders with special order_key. I have search internet for 10 hours but still no result. I use angularjs and ionic. Here is the endpoint i have found but it does not work at all.
'orders?filter[meta]=true&filter[meta_key]=_order_key&filter[meta_value]='+$stateParams.secretcode
I appreciate any idea. Thank you all.