get_item_price
Retrieve item prices by exact item code match. Optionally filter by price list name.
Instructions
Get item prices from Item Price records (exact match on item_code).
⚠️ 對 item_code 做精確比對;空結果可能是 item_code 不存在或無價單。
不確定品項代碼時,先用 find_items(keyword=...) 找正確的 item_code。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_code | Yes | Item code to look up (exact match) | |
| price_list | No | Optional price list name to filter (e.g. "Standard Selling") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |