shopify_search_suggest
Fetch predictive search suggestions from any Shopify store, returning products, collections, and query terms via the public Ajax endpoint.
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 |
|---|---|---|---|
| q | Yes | Search query | |
| url | Yes | Shopify storefront URL | |
| limit | No | Maximum results per type, defaults to 10 and supports up to 20 | |
| types | No | Comma-separated suggestion types. Allowed values: product, collection, query |