ccdw_aggr_inventory_by_location

This table aggregates daily inventory levels by individual location.

Column AliasData TypeKeyDescriptionIndex?
record_dateDATEDate of the inventory record.No
location_idINTEGERFKForeign key to ccdw_dim_location.No
sku_idINTEGERFKForeign key to ccdw_dim_product for the SKU.No
available_to_fulfillINTEGERTotal quantity available to fulfill orders at this location.No
available_to_orderINTEGERTotal quantity available to be ordered at this location.No
reservedINTEGERTotal quantity reserved at this location.No
soft_reservedINTEGERTotal quantity soft reserved at this location.No
on_handINTEGERTotal quantity on hand at this location.No