get_stock
Check stock levels for an item by providing its ID. Returns item code, name, and current quantity.
Instructions
특정 품목의 현재 재고 수량을 조회한다. 품목 id가 필요하다(search_items로 먼저 찾을 것). itemCode, itemName, currentQty를 반환한다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | 품목 id |