- ';
productInfo.product_tags.map((item) => {
renderTagList += `
- ${item} `; }); renderTagList += "
';
productInfo.variants.map((item) => {
renderSKU += `
";
let renderCollections = '- ${item.title}
- ${item.sku}
- ';
productInfo.collections.map((item) => {
renderCollections += `
- ${item.name} `; }); renderCollections += "
${productInfo.product_title}
${productInfo.variants[0].price} 税込
送料目安: ${productInfo.variants[0]?.delivery_profile?.price}
Type
`;
let renderVariants = "";
productInfo.variants.map((item, index) => {
renderVariants += `
`;
});
renderProductInformation += renderVariants;
const renderQuantity = `
`;
if (productInfo.hinban) {
renderDescription += `
- 品番
- ${productInfo.hinban}
- サイズ
- ${productInfo.size}
- リピート
- ${productInfo.repeat}
- 詳細
- ${productInfo.detail}
- 素材
- ${productInfo.sozai}
- 注文単位
- ${productInfo.tani}
- 発送目安
- ${productInfo.hassou}
- 認定など
- ${productInfo.nintei}
- 掲載カタログ
- ${productInfo.catalog}
- ブランド
- ${productInfo.brand}