search_items โ Find Items
Searches items (products and services) by code or name โ item code, name, type, price.
Searches items (products and services) from the live system by code or name: item
code, name, type, price. Read-only. Reach for it when the user names a specific product
or asks for a subset โ “find the widget item”, “price of I001”, “do we stock bolts”.
Prefer this over list_items when the request is filtered.
Try these prompts
- “find the Widget item”
- “price of I001”
- “do we stock bolts?”
ื ืกื ืื ืืขืืจืืช
- “ืืฆื ืคืจืื ืืคื ืฉื”
- “ืื ืืืืืจ ืฉื ืืืฆืจ ืืกืืื?”
- “ืืื ืืฉ ืื ื ืคืจืื ืืกืืื ืืืืื?”
Arguments
| Arg | Required | Meaning |
|---|---|---|
item_code | optional | Exact item code, e.g. I001. |
item_name | optional | Name substring, e.g. Widget. |
top | optional | Max rows returned. |
Example result
1 match for “Widget”. I001 Widget โ product, $4.50.
Related
list_itemsโ the full unfiltered list.