Skip to main content

InventorySummary

Latest inventory position broken down by SKU plus a grand total. Takes the latest snapshot per SKU, warehouse and source and sums them.

type InventorySummary {
bySku: [InventorySkuSummary!]!
byWarehouse: [InventoryWarehouseSummary!]!
total: InventoryTotals!
}

Fields

InventorySummary.bySku ● [InventorySkuSummary!]! non-null object common

Latest position for each SKU in the filtered set.

InventorySummary.byWarehouse ● [InventoryWarehouseSummary!]! non-null object common

Latest position for each warehouse in the filtered set.

InventorySummary.total ● InventoryTotals! non-null object common

Grand total across all SKUs in the filtered set.

Returned By

echoInventorySummary query