ItemStockLimit
Stock-specific item quantity limits.
| Name | Type | Description |
|---|---|---|
| id | Int64 | Stock-specific limit record ID. |
| item_id | Int64 | Item ID. |
| last_update | Int64 | Last record update date as Unix time in seconds. |
| max_quantity | Decimal | Maximum item quantity for the stock. Zero means no maximum limit. |
| min_quantity | Decimal | Minimum item quantity for the stock. |
| stock | Stock | Stock. |