SearchProductsRequest
SearchProductsRequest is a data structure used by client applications to request product search results from a catalog or search service. It encapsulates user input such as a textual query, filter constraints, and pagination and sorting preferences, enabling the server to return a tailored list of products along with summary metadata.
Common fields typically supported include a query string for the search terms, pageSize indicating the number
The service processing a SearchProductsRequest usually returns a SearchProductsResponse containing a list of product summaries, the
Usage and expectations: SearchProductsRequest is typically constructed by client SDKs or API clients and validated by