Last update:
May 29, 2025
productSuggestions query¶
This query provides product name suggestions based on partial user input. It is typically used for autocomplete functionality in search fields.
Arguments¶
Argument | Description |
---|---|
storeId String! |
The Id of the store to retrieve product suggestions from. |
query String |
The text to search for product name suggestions. |
size Int |
The maximum number of suggestions to return. |
Possible return¶
Possible return | Description |
---|---|
ProductSuggestionsQueryResponseType |
A list of product name suggestions. |