An API to search eCommerce product by using CUF Value which will return the product name & id matching at least 85% with the product name & the cuf value. How it can benefit us? * Using this API, we can make the bot more intelligent and powerful. Imagine a conversation like this: Bot: Good evening! How can I help you? User: I want to order 2pcs of Chicken Burgers. Bot: Awesome. Added 2 Chicken Burgers to your cart. Is there anything else you want to order? We will be able to do this by integrating Dialogflow & Chatrace. When Dialogflow will return the name of the product, we will search for that name & get the Product ID of that product using this requested API. Then, we will be able to add the product to the user's cart using the "Add product to user cart" API which is already available.