Inventory Object
Description
Paginated inventory results with items and filter metadata.
Declaration
type Inventory {
pagination: Pagination!
items: [Item!]!
filters: JSON
}
Fields
| Name | Type | Description |
|---|---|---|
pagination | Pagination! | Pagination metadata for the results. |
items | [Item!]! | List of items in the current page. |
filters | JSON | Applied filter values in JSON format. |