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
| Name | Type | Description |
|---|---|---|
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 ⚠️ | InventoryMetadata | Metadata about the inventory including categories, supplier codes, and locations. This field is deprecated; use the inventoryMetadata query instead. ⚠️ Deprecated: No longer supported |
stats ⚠️ | InventoryStats | Statistical summary of the inventory. This field is deprecated; use the inventoryMetadata query instead. ⚠️ Deprecated: No longer supported |