Skip to main content

InventoryStats Object

Description

Statistical summary of inventory items, including total count, stock count, and listings count.

Declaration

type InventoryStats {
total: Float
stockCount: Float
listingsCount: Float
}

Fields

NameTypeDescription
totalFloatTotal number of items in the inventory.
stockCountFloatTotal number of items with stock quantity greater than 0.
listingsCountFloatTotal number of listings across all items.