shopify_search_suggest
Fetch Shopify predictive search suggestions for products, collections, and queries using the store's Ajax endpoint. Returns structured results for input search terms.
Instructions
Get Shopify search suggestions. Returns products, collections, and query suggestions from Shopify's credential-free predictive search Ajax endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results per type, defaults to 10 and supports up to 20 | |
| q | Yes | Search query | |
| types | No | Comma-separated suggestion types. Allowed values: product, collection, query | |
| url | Yes | Shopify storefront URL |