Newer Version Available
Facetable Attributes Collection Input
- JSON example
-
1{ 2"facetableAttributeSettings" : [ 3 { 4 "type" : "ProductCategory", 5 "nameOrId" : "Id", 6 "displayRank" : "1", 7 "displayType" : "CategoryTree" 8 }, 9 { 10 "type" : "Standard", 11 "nameOrId" : "Family", 12 "displayRank" : "2", 13 "displayType" : "SingleSelect" 14 }, 15 { 16 "type" : "Custom", 17 "nameOrId" : "color__c", 18 "displayRank" : "3", 19 "displayType" : "MultiSelect" 20 } 21 ] 22} - Properties
-
Name Type Description Required or Optional Available Version facetableAttributeSettings Facetable Attribute Input[] Collection of up to 50 facetable settings. Required 49.0