get_stock_ledger
Retrieve inventory transaction history for tracking stock movements, with optional filters by item code or warehouse.
Instructions
Get stock ledger entries (inventory transaction history).
Args: item_code: Optional item code filter warehouse: Optional warehouse filter limit: Max records to return (default 50)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_code | No | ||
| warehouse | No | ||
| limit | No |