List recent sales
korral_list_recent_salesList individual POS transactions for a SKU, newest first, to determine if sales velocity comes from many small baskets or one large order, and to audit actual sales against projections.
Instructions
List individual POS transactions for a SKU at a store, most recent first. Use this to see whether a sales velocity figure from korral_check_stock_risk was driven by many small baskets or a single large one (e.g. a catering order), or as the audit trail when a projection needs to be double-checked against what actually sold.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | SKU code to look up. | |
| limit | No | Max transactions to return. Hard cap 500. | |
| since | No | ISO 8601 timestamp; only transactions at or after this time are returned. Defaults to 24 hours ago. Capped at 7 days back. | |
| store_id | No | Which store. Optional if this deployment is authorized for exactly one store; required otherwise. |