search_products
Search for products in the Shopify store by text, vendor, or status to retrieve product IDs and total inventory, enabling subsequent detail lookup.
Instructions
Find products in the store by free text, vendor, or status. Returns identity and total inventory only, not per-variant detail; call get_product for that. Use this first when you do not already know a handle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum products to return, 1-50. | |
| query | Yes | Shopify search syntax, e.g. 'title:shirt', 'vendor:Acme', 'status:ACTIVE', or plain words. |