Skip to Content

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

FieldTypeDescription
idIntReturns the id.
nameStringReturns the name.
fullNameStringReturns the full name.
translatedNameStringReturns the translated name.
translatedFullNameStringReturns the translated full name.
googleProductCategoryStringReturns the Google product category.
shopifyProductCategoryStringReturns the Shopify Standard Product Taxonomy category id.

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.

  • ProductTaxonomy