Skip to main content

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

NameTypeDescription
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.
paginationPaginationPagination information including page number, total count, and limit.
metadataInventoryMetadataMetadata about the inventory including categories, supplier codes, and locations.
statsInventoryStatsStatistical summary of the inventory including total count, stock count, and listings count.