Skip to main content
Solved

Merge Tag for Product Description from Shopify

  • 27 January 2025
  • 1 reply
  • 15 views

Forum|alt.badge.img+2
  • Active Contributor III
  • 33 replies

Hi - does anyone know what the correct merge tag is for pulling the product description from Shopify? I am currently using the below merge tag to pull the dynamic product name and looking for the corresponding product description to pull. Thank you.

 

{{Product|lookup:'Product Name'|default:'' }}

Best answer by annasophiefc

Hi ​@cbzhu 

 

Thank you for posting in the community!

 

If the product description is available in your product catalog, you can use the catalog lookup to showcase it in your flow mails with the below setup:

 

{% catalog event.ProductID %} {{ catalog_item.description }} {% endcatalog %}

 

Usually it comes with some formatting, but using either the |striptags or |safe, you can remove these depending on the styling of the description on your site.

 

Remember that the {% catalog event.ProductID %} can be unique to your integration, so when you have inserted it into your email, please check if event.ProductID corresponds to your preview variables :-)

 

You can read more here: https://help.klaviyo.com/hc/en-us/articles/360004785571

 

I hope this helps!

View original
Did this topic or the replies in the thread help you find an answer to your question?

1 reply

annasophiefc
Partner - Platinum
Forum|alt.badge.img+21
  • 2025 Champion
  • 96 replies
  • Answer
  • January 27, 2025

Hi ​@cbzhu 

 

Thank you for posting in the community!

 

If the product description is available in your product catalog, you can use the catalog lookup to showcase it in your flow mails with the below setup:

 

{% catalog event.ProductID %} {{ catalog_item.description }} {% endcatalog %}

 

Usually it comes with some formatting, but using either the |striptags or |safe, you can remove these depending on the styling of the description on your site.

 

Remember that the {% catalog event.ProductID %} can be unique to your integration, so when you have inserted it into your email, please check if event.ProductID corresponds to your preview variables :-)

 

You can read more here: https://help.klaviyo.com/hc/en-us/articles/360004785571

 

I hope this helps!