Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

product_cat

$tax_query = array(
	array(
		'taxonomy'         => 'product_cat',
		'field'            => 'term_id',
		'operator'         => 'IN',
		'include_children' => false,
	),
);