Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Cant get product metafield type

Solved

Cant get product metafield type

Dima34
Shopify Partner
12 0 2

Dima34_0-1698089758678.png

Can`t get metafield type. 

Dima34_1-1698089805188.png

What I do wrong?

Accepted Solution (1)

Liam
Community Manager
3108 344 889

This is an accepted solution.

Hi Dima34,

 

I was able to output the content type in this loop:

 

{% for metafield in product.metafields.namespace.key.type %}

  {{ metafield }}

{% endfor %}

 

eg:

 

Would this approach work for you?

Liam | Developer Advocate @ Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit Shopify.dev or the Shopify Web Design and Development Blog

View solution in original post

Replies 2 (2)

Liam
Community Manager
3108 344 889

This is an accepted solution.

Hi Dima34,

 

I was able to output the content type in this loop:

 

{% for metafield in product.metafields.namespace.key.type %}

  {{ metafield }}

{% endfor %}

 

eg:

 

Would this approach work for you?

Liam | Developer Advocate @ Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit Shopify.dev or the Shopify Web Design and Development Blog

Dima34
Shopify Partner
12 0 2

That helped) Thank you