SearchSuggestionsProps
Properties for fetching product search suggestions.
interface SearchSuggestionsProps extends BaseProps {
max?: number;
searchTerm: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
max | Optional | number | Maximum number of results to be returned. |
searchTerm | Required | string | Search term to return product search suggestions for. |