Product Search
You can use the Search option in the header to quickly find products available in the catalog. The search feature helps you locate products by name or keyword, making it easier to add the desired items to your cart. You can search using type-ahead suggestions or by entering complete keywords.
Type-Ahead Search
The Search products using typeahead API is used to get the list of products based on the type-ahead search result, with the query parameter.
For example:
https://<URL_of_the_Instance>
/api/catalog/v1/products?limit={pageLimit}&query=Home Appliance
Keyword Search
The List products by price list API is used to get the list of products based on the search result, with the query parameter.
For example:
https://<URL_of_the_Instance>
/api/catalog/v1/products?query=Home
Appliance&page={pageNumber}&limit={pageLimit}
Add Products to Cart
You can select a product from the search results and add it to the cart using the Add to Cart option. If the product is configurable, select the required options or attributes before adding the configured product to the cart.
