skims_search_suggest
Fetch product, collection, and query suggestions from SKIMS predictive search. Use it to power autocomplete and show relevant options for a given search query.
Instructions
Get SKIMS search suggestions. Returns products, collections, and query suggestions from SKIMS's (https://skims.com) credential-free predictive search Ajax endpoint. The storefront URL is fixed server-side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query | |
| 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 |