Catalog Agent Search Products
Search for products using an LLM to generate a TextSearchQuery object that is used to search for products in the e-commerce catalog. The LLM will generate the fields of the TextSearchQuery object based on input query text.
get/catalog/agent_search
Query parameters
textstring required
Query text to be input to an LLM to generate a TextSearchQuery object
Query text to be input to an LLM to generate a TextSearchQuery object
limitinteger
The maximum number of results to return from the search.
The maximum number of results to return from the search.
Response
Successful Response