get_item_price
Retrieve pricing information for specific items from ERPNext, optionally filtering by price lists to support sales and inventory decisions.
Instructions
Get item prices from Item Price records.
Args: item_code: Item code to look up price_list: Optional price list name to filter (e.g. "Standard Selling")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_code | Yes | ||
| price_list | No |