Product Taxonomy Category
The product_taxonomy_category object describes a product taxonomy category, such as a Google product category. It provides access to the category’s id, name, full name, translated names, and Google product category ID.
Usage Example
{%- comment -%} Show Google product category and translated name {%- endcomment -%}
<span>Google category: {{ product_taxonomy_category.google_product_category }}</span>
<span>Translated name: {{ product_taxonomy_category.translated_name }}</span>Properties
google_product_category
Returns the Google product category.
shopify_product_category
Returns the Shopify Standard Product Taxonomy category id.