search_catalog
Find products across Shopify's global catalog using filters for country, currency, language, price, and availability.
Instructions
Search products across Shopify's global catalog.
Args: query: Product or category to find, for example "coffee mug". country: Two-letter shipping destination country, for example "US". currency: ISO 4217 currency code, for example "USD". language: BCP 47 language code, for example "en" or "zh-CN". limit: Number of products to return, from 1 to 20. max_price: Maximum price in minor currency units, for example 5000 for USD 50.00. Use 0 for no maximum. available: Whether results must be currently available for sale.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| country | No | US | |
| currency | No | USD | |
| language | No | en | |
| available | No | ||
| max_price | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |