Cant get product metafield type

Can`t get metafield type.

What I do wrong?

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?

1 Like

That helped) Thank you