Newer Version Available
Commerce Management Webstore Search, Searchable Attributes
- Resource
-
1/commerce/management/webstores/webstoreId/search/attribute-settings/searchable-fields - Available version
- 49.0
- Requires Chatter
- No
- HTTP methods
- GET, PATCH
- Request body for PATCH
-
- JSON example
-
1{ 2"searchableAttributeSettings" : [ 3 { 4 "type" : "Standard", 5 "nameOrId" : "Description", 6 "isSearchable" : true 7 }, 8 { 9 "type" : "Custom", 10 "nameOrId" : "brand__c" 11 }] 12} - Properties
-
Name Type Description Required or Optional Available Version searchableAttributeSettings Searchable Attribute Input[] Collection of up to 25 searchable attributes. Required 49.0
- Response body for GET and PATCH
- Searchable Attributes Collection