Product Taxonomy Attribute
The product_taxonomy_attribute object describes a taxonomy attribute for a product, such as color or material.
{%- comment -%} List taxonomy attributes {%- endcomment -%}
{% for attr in product.taxonomy.attributes %}
<attr>{{ attr.name }}: {% for v in attr.values %}{{ v.name }} {% endfor %}</attr>
{% endfor %}id
Returns the id.
handle
Returns the handle.
name
Returns the name.
translated_name
Returns the translated name.
type
Returns the type.
values
Returns the values.