INVSTVW

This is a view derived from the RECEIPT and ITEMFFMCTR tables which contains the existing quantity available for an item for a given store across all FulfillmentCenters.

Column Descriptions:

NameTypeDescription
STORE_IDINTEGER NOT NULLThe Store that owns the inventory.
ITEMSPC_IDBIGINT NOT NULLThe inventory item identifier.
QTYAVAILABLEINTEGERExisting quantity available for this item derived from RECEIPT.QTYONHAND - RECEIPT.QTYINPROCESS - (ITEMFFMCTR.QTYRESERVED + ITEMFFMCTR.QTYALLOCBACKORDER).
QUANTITYMEASURECHAR (16) NOT NULLThe unit of measure for the item.