Name: Facet

A Facet represents all dynamically calculated numbers of search-results which would be obtained by filtering for a specific attribute-value of a product-attribute. A Facet can be associated with an attribute.

XML Example:
<Facet>
  <attributeName>xsd:string</attributeName>
  <attributeType>xsd:string</attributeType>
  zero or N[<values>FacetValue</values>]
</Facet>
JSON Example:
 {
   "attributeName": String,
   "attributeType": String,
   "values": [FacetValue],
 }


Elements
NameTypeRequiredNillableDefault ValueDescription
attributeNamexsd:stringfalsefalseThe localised attribute-name.
attributeTypexsd:stringfalsefalseThe type of the attribute.
valueszero or N[FacetValue]falsefalseList of Facet-Value.