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
| Name | Type | Description |
|---|---|---|
total | Float | Total number of items in the inventory. |
stockCount | Float | Total number of items with stock quantity greater than 0. |
listingsCount | Float | Total number of listings across all items. |