If the searchInterfaces
folder does not exist, you must re-create it -- and then create at least one search interface within searchInterfaces
-- before shoppers can search the catalog.
Use the following request to create the searchInterfaces
folder:
POST /gsadmin/v1/cloud/searchInterfaces
The POST request must point to a ZIP file that includes the following statement:
{
"ecr:type": "search-interface-folder"
}