Searchable Attribute Input

Searchable attribute.
JSON example
{
   "type" : "Standard",
   "nameOrId" : "Description",
   "isSearchable" : true
   }
Properties
Name Type Description Required or Optional Available Version
isSearchable Boolean Specifies whether the attribute is searchable (true) or not (false). Default value is true. Optional 49.0
nameOrId String Developer name of the attribute. In version 49.0 and later, the ID of the attribute isn’t supported. Required 49.0
type String Type of attribute. Values are:
  • Custom
  • ProductAttribute
  • ProductCategory
  • Standard
Required 49.0