# 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
```liquid
{%- comment -%} Show Google product category and translated name {%- endcomment -%}
Google category: {{ product_taxonomy_category.google_product_category }}
Translated name: {{ product_taxonomy_category.translated_name }}
```
## Properties
### id
Returns the id.
### name
Returns the name.
### full_name
Returns the full name.
### translated_name
Returns the translated name.
### translated_full_name
Returns the translated full name.
### google_product_category
Returns the Google product category.