Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

shortcode_id

get id

// Add Shortcode
function custom_shortcode() {

	$id = wc_get_product()->get_id();

}
add_shortcode( '', 'custom_shortcode' );