ProductTaxonomyCategory
Describes a product taxonomy category with mappings to standardized product classification systems.
Type Definition
type ProductTaxonomyCategory {
googleProductCategory: String
shopifyProductCategory: String
}Fields
Relationships
ProductTaxonomyCategory is used by the ProductTaxonomy type as its category field, providing taxonomy classification data for products.
Example
{
productTaxonomy {
category {
googleProductCategory
shopifyProductCategory
}
}
}Implements
This type does not implement any interfaces.