Skip to main content

Inventory Object

Description

Paginated inventory results with items and filter metadata.

Declaration

type Inventory {
pagination: Pagination!
items: [Item!]!
filters: JSON
}

Fields

NameTypeDescription
paginationPagination!Pagination metadata for the results.
items[Item!]!List of items in the current page.
filtersJSONApplied filter values in JSON format.