shopify_search_suggest
Use Shopify's public search suggestion endpoint to retrieve product, collection, and query suggestions for a storefront. It returns structured JSON to power autocomplete and keyword research without requiring credentials.
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 |