Inventory check items (stock check items)
The inventory check items object contains information about items on an inventory check.

{% for item in stock_check.stock_check_items %}
{{ item.asset_number }}
{% endfor %}asset_number
asset_numberInput
Output
quantity_available
quantity_available Input
Output
quantity_booked
quantity_booked Input
Output
quantity_change
quantity_change Input
Output
quantity_counted
quantity_countedInput
Output
quantity_held
quantity_heldInput
Output
stock_level
stock_levelInput
Output
Last updated