Skip to main content

Inventory Object

Description

Paginated inventory results with item entries. The pagination, metadata, and stats fields are deprecated in favor of using the inventoryMetadata query.

Declaration

type Inventory {
pagination: Pagination!
entries: [Item!]!
metadata: InventoryMetadata
stats: InventoryStats
}

Fields

NameTypeDescription
pagination ⚠️Pagination!Pagination information. This field is deprecated; use the inventoryMetadata query for pagination. ⚠️ Deprecated: No longer supported
entries[Item!]!List of items in the current page.
metadata ⚠️InventoryMetadataMetadata about the inventory including categories, supplier codes, and locations. This field is deprecated; use the inventoryMetadata query instead. ⚠️ Deprecated: No longer supported
stats ⚠️InventoryStatsStatistical summary of the inventory. This field is deprecated; use the inventoryMetadata query instead. ⚠️ Deprecated: No longer supported