Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

wpqueryproduct

Query product post type

// WP_Query arguments
$args = array (
	'post_type'              => 'product',
);

// The Query
$queryproduct = new WP_Query( $args );