Skip to main content

InventorySeriesPoint

Inventory position for a single time bucket. As a stock, each metric is the last snapshot within the bucket, summed across the SKUs in scope (not accumulated over time).

type InventorySeriesPoint {
allocatedQuantity: Int!
availableQuantity: Int!
inStockQuantity: Int!
incomingQuantity: Int!
onHandQuantity: Int!
period: ISO8601DateTime!
}

Fields

InventorySeriesPoint.allocatedQuantity ● Int! non-null scalar common

Units allocated to orders at the end of the bucket.

InventorySeriesPoint.availableQuantity ● Int! non-null scalar common

Units available to sell at the end of the bucket.

InventorySeriesPoint.inStockQuantity ● Int! non-null scalar common

In-stock units at the end of the bucket.

InventorySeriesPoint.incomingQuantity ● Int! non-null scalar common

Inbound units not yet received at the end of the bucket.

InventorySeriesPoint.onHandQuantity ● Int! non-null scalar common

Physical units on hand at the end of the bucket.

InventorySeriesPoint.period ● ISO8601DateTime! non-null scalar common

Start of the bucket (UTC).

Member Of

InventorySeries object