InventoryWarehouseSummary
Latest inventory position for a single warehouse.
type InventoryWarehouseSummary {
totals: InventoryTotals!
warehouseHandle: String!
}
Fields
InventoryWarehouseSummary.totals ● InventoryTotals! non-null object common
Latest inventory position for this warehouse.
InventoryWarehouseSummary.warehouseHandle ● String! non-null scalar common
The warehouse id, or 'unspecified' for rows without a warehouse.
Member Of
InventorySummary object