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
| Field | Type | Description |
|---|---|---|
| translatedName | String | Returns the translated name. |
Relationships
ProductTaxonomyValue is used by other types in the schema to provide taxonomy information:
- FilterValue: The
taxonomyValuefield references ProductTaxonomyValue to include taxonomy data in filter results - ProductOptionValue: The
taxonomyValuefield references ProductTaxonomyValue to include taxonomy data in product option values
Example
{
translatedName
}Implements
This type does not implement any interfaces.