Search Products Facet
Output representation of the details of the faceted search.
- JSON example
-
"facets": [ { "attributeType": "ProductStandard", "displayName": "Product Type", "displayRank": 2, "nameOrId": "Type", "values": [ { "displayName": "Bundle", "nameOrId": "Bundle" } ] }, { "attributeType": "ProductDynamicAttribute", "displayName": "Display", "displayRank": 3, "nameOrId": "0tjDU0000003K5BYAU", "values": [ { "displayName": "1080p Built-in Display", "nameOrId": "1080p Built-in Display" }, { "displayName": "2k Built-in Display", "nameOrId": "2k Built-in Display" }, { "displayName": "4k Built-in Display", "nameOrId": "4k Built-in Display" } ] } ]
Property Name | Type | Description | Filter Group and Version | Available Version |
---|---|---|---|---|
attributeType | String | Search attribute type of the facet. | Small, 63.0 | 63.0 |
displayName | String | Display name of the facet. | Small, 63.0 | 63.0 |
displayRank | Integer | Display rank for the facet. | Small, 63.0 | 63.0 |
nameOrId | String | ID or the internal name of the facet. | Small, 63.0 | 63.0 |
values | Facet Value[] | Values of the facet found in the search result. Sorted by display name in alphabetical order. | Medium, 63.0 | 63.0 |