ProductTaxonomyCategory
A product taxonomy category, such as a Google product category.
Type Definition
type ProductTaxonomyCategory {
id: Int
name: String
fullName: String
translatedName: String
translatedFullName: String
googleProductCategory: String
shopifyProductCategory: String
}Fields
Relationships
This type is used by ProductTaxonomy.category and represents a structured taxonomy category that can be associated with products in the system. It provides multiple representations of the same category across different taxonomy systems and languages.
Example
query {
productTaxonomyCategory {
id
name
fullName
translatedName
translatedFullName
googleProductCategory
shopifyProductCategory
}
}Implements
This type does not implement any interfaces.
Related Types
- ProductTaxonomy