Overview
The search manager is what allows customers to find what they're looking for when they search for products. This area of the API allows you to manage how that is done.
Requirements
The following pre-requisites will be necessary to accomplish the goals of this article:
- General understanding of REST and API’s
- Understanding of C# and/or JavaScript
Getting Started
If you haven’t already done so, you should probably have a development environment ready to development against, complete with Hotcakes installed and configured.
REST API Endpoints for Search Manager
There are a handful of REST API endpoints that allow you to manage various aspects of the search manager. Those endpoints are detailed below (there's only one required right now).
Endpoint | Return Type | Description |
SearchManagerIndexProduct | Boolean | Allows you to manually execute the indexing of a product. This is useful after updating a product. |
Need More Help?
Do you need more assistance with this article? Please review your support options.