I have the same problem, but I need custom PHP code, not WordPress function.
Can someone help me to write an API request that will get me products filtrated by “meta_data” whose “value” is a specific number (e.g. 1200130002830)
I tried with this API request but unsuccessfully filtrated (getting all products):
$produsts = print_r($woocommerce->get(‘products?meta_data[value]=1200130002816’));