商品サムネイル・価格・カート追加アクションを最大10アイテムまで並べる汎用的なショッピングカルーセルFlex Message。
カテゴリ: プロモーション
ショッピング カルーセル
価格・サムネイル・カート追加アクションを含む複数商品カルーセル。
プレビュー

JSONテンプレート
{
"type": "carousel",
"contents": [
{
"type": "bubble",
"hero": {
"type": "image",
"size": "full",
"aspectRatio": "20:13",
"aspectMode": "cover",
"url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/01_5_carousel.png"
},
"body": {
"type": "box",
"layout": "vertical",
"spacing": "sm",
"contents": [
{
"type": "text",
"text": "Arm Chair, White",
"wrap": true,
"weight": "bold",
"size": "xl"
},
{
"type": "box",
"layout": "baseline",
"contents": [
{
"type": "text",
"text": "$49",
"wrap": true,
"weight": "bold",
"size": "xl",
"flex": 0
},
{
"type": "text",
"text": ".99",
"wrap": true,
"weight": "bold",
"size": "sm",
"flex": 0
}
]
}
]
},
"footer": {
"type": "box",
"layout": "vertical",
"spacing": "sm",
"contents": [
{
"type": "button",
"style": "primary",
"action": {
"type": "uri",
"label": "Add to Cart",
"uri": "https://linecorp.com"
}
},
{
"type": "button",
"action": {
"type": "uri",
"label": "Add to wishlist",
"uri": "https://linecorp.com"
}
}
]
}
},
{
"type": "bubble",
"hero": {
"type": "image",
"size": "full",
"aspectRatio": "20:13",
"aspectMode": "cover",
"url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/01_6_carousel.png"
},
"body": {
"type": "box",
"layout": "vertical",
"spacing": "sm",
"contents": [
{
"type": "text",
"text": "Metal Desk Lamp",
"wrap": true,
"weight": "bold",
"size": "xl"
},
{
"type": "box",
"layout": "baseline",
"flex": 1,
"contents": [
{
"type": "text",
"text": "$11",
"wrap": true,
"weight": "bold",
"size": "xl",
"flex": 0
},
{
"type": "text",
"text": ".99",
"wrap": true,
"weight": "bold",
"size": "sm",
"flex": 0
}
]
},
{
"type": "text",
"text": "Temporarily out of stock",
"wrap": true,
"size": "xxs",
"margin": "md",
"color": "#ff5551",
"flex": 0
}
]
},
"footer": {
"type": "box",
"layout": "vertical",
"spacing": "sm",
"contents": [
{
"type": "button",
"flex": 2,
"style": "primary",
"color": "#aaaaaa",
"action": {
"type": "uri",
"label": "Add to Cart",
"uri": "https://linecorp.com"
}
},
{
"type": "button",
"action": {
"type": "uri",
"label": "Add to wish list",
"uri": "https://linecorp.com"
}
}
]
}
},
{
"type": "bubble",
"body": {
"type": "box",
"layout": "vertical",
"spacing": "sm",
"contents": [
{
"type": "button",
"flex": 1,
"gravity": "center",
"action": {
"type": "uri",
"label": "See more",
"uri": "https://linecorp.com"
}
}
]
}
}
]
}- 購入後のクロスセル・アップセル
- パーソナライズド商品レコメンド
- 注目商品・トレンド商品のラインナップ
| フィールド | カスタマイズ方法 |
|---|---|
contents.contents[n] (bubbles) | バブルを複製して商品を追加 (最大10)。body高さを揃えます。 |
contents.contents[n].body (price) | 商品価格をレコメンド変数にバインドします。 |
contents.contents[n].footer (cart action) | カートAPIを呼ぶpostbackアクション、またはURIアクションを使用します。 |
出典
このテンプレートはLINE Flex Message Simulator をベースに改変しています。配信前に、ペイロードをブランドとキャンペーン文脈に合わせて調整してください。