SuggestResponseSuggestionGroups
interface SuggestResponseSuggestionGroups {
attributeSuggestions?: Array<SuggestResponseSuggestionGroupsInnerAttributeSuggestionsInner>;
catalogName?: string;
product_suggest_query?: string;
querySuggestions?: Array<SuggestResponseSuggestionGroupsInnerQuerySuggestionsInner>;
searchSuggestions?: Array<SuggestResponseSuggestionGroupsInnerSearchSuggestionsInner>;
view?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
attributeSuggestions | Optional | Array<SuggestResponseSuggestionGroupsInnerAttributeSuggestionsInner> | |
catalogName | Optional | string | |
product_suggest_query | Optional | string | |
querySuggestions | Optional | Array<SuggestResponseSuggestionGroupsInnerQuerySuggestionsInner> | |
searchSuggestions | Optional | Array<SuggestResponseSuggestionGroupsInnerSearchSuggestionsInner> | |
view | Optional | string |