Skip to Content

ProductTaxonomyCategory

Describes a product taxonomy category used for organizing and classifying products within the system.

Type Definition

type ProductTaxonomyCategory { googleProductCategory: String }

Fields

FieldTypeDescription
googleProductCategoryStringReturns the Google product category.

Relationships

This type is used by the ProductTaxonomy type through its category field, establishing a relationship between product taxonomy data and category classification information.

Example

{ googleProductCategory }

Implements

This type does not implement any interfaces.

  • ProductTaxonomy