OBJECT
StockTotals
Quantities in StockTotals have the following meaning
physical ordered incoming* / \ / \ / \ freeToAllocate allocated demand - linked* unlinked*
demand
is decreased bylinked
quantity when supplier module is enabled
unshipped
= all ordered items which are not in a "sent" shipment
availableNow
=freeToAllocate
-demand
available
* =availableNow
+unlinked
*
on delivery
* = number of incoming items from supplier orders, which are present in supplier deliveries
*from the Supplier Module
Caution: neither stockOffset
from ProductVariant
, nor threshold
from Warehouse
are included in the returned
freeToAllocate
. If your integration requires them for stock calculation, you can fetch these numbers and compare
to the returned stock values.