こんにちは。
パーマリンクは、WordPressに get_permalink($post_id) という関数があります。
サムネイルは、
global $post
$img_tag = usces_the_itemImage(0, 60, 60, $post, 'return' );
で取得できます。
商品名は、以下のようになります。
usces_the_itemName( ‘return’, $post )
価格は、以下のようになります。
usces_the_firstPrice( ‘return’, $post )