InventoryMetadata Object
Description
Metadata about inventory including pagination, metadata, and statistical summary.
Declaration
type InventoryMetadata {
categories: [String]
supplierCodes: [String]
locations: [String]
pagination: Pagination
metadata: InventoryMetadata
stats: InventoryStats
}
Fields
| Name | Type | Description |
|---|---|---|
categories | [String] | List of unique category names available in the inventory. |
supplierCodes | [String] | List of unique supplier codes available in the inventory. |
locations | [String] | List of unique location names available in the inventory. |
pagination | Pagination | Pagination information including page number, total count, and limit. |
metadata | InventoryMetadata | Metadata about the inventory including categories, supplier codes, and locations. |
stats | InventoryStats | Statistical summary of the inventory including total count, stock count, and listings count. |