simpleshop_find_products
Find SimpleShop products using search filters or explicit product IDs. Supports text search, product types, pagination, and variant inclusion.
Instructions
Find SimpleShop products by search filters or explicit product IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Object query. Use {"mode":"search"} to list/filter products, or {"mode":"by_ids","ids":[...]} for explicit product IDs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| products | Yes | ||
| next_cursor | No |