Stock load
stock_load[demo: deshabilitada] Records inbound stock for a product — restock or initial stock, with an audit trail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemName | Yes | Product name for resolution or auto-creation. | |
| quantity | Yes | Units received. | |
| productId | No | Existing product ID (optional if itemName resolves it). | |
| unitPrice | No | Cost per unit in ARS. | |
| supplierId | No | Existing supplier ID (optional). | |
| supplierName | No | Supplier name (optional). | |
| autoCreateProduct | No | Auto-create product if not found. | |
| createPurchaseRequest | No | Also create a purchase request for this stock load. |