Skip to Content

ProductTaxonomyCategory

Describes a product taxonomy category with mappings to standardized product classification systems.

Type Definition

type ProductTaxonomyCategory { googleProductCategory: String shopifyProductCategory: String }

Fields

FieldTypeDescription
googleProductCategoryStringReturns the Google product category.
shopifyProductCategoryStringReturns the Shopify Standard Product Taxonomy category id.

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.