Skip to Content

ProductTaxonomyValue

Describes a product taxonomy value. This type represents taxonomy information associated with products and provides localized naming for taxonomy values.

Type Definition

type ProductTaxonomyValue { translatedName: String }

Fields

FieldTypeDescription
translatedNameStringReturns the translated name.

Relationships

ProductTaxonomyValue is used by other types in the schema to provide taxonomy information:

  • FilterValue: The taxonomyValue field references ProductTaxonomyValue to include taxonomy data in filter results
  • ProductOptionValue: The taxonomyValue field references ProductTaxonomyValue to include taxonomy data in product option values

Example

{ translatedName }

Implements

This type does not implement any interfaces.