Skip to main content

This type is used by the base response payload of getInventoryItems call.

Types that use InventoryItems

Not used by any types.

Call that uses InventoryItems

Fields

Field
Type
Description
href
This is the URL to the current page of inventory items.
inventoryItems
This container is an array of one or more inventory items, with detailed information on each inventory item.
limit
This integer value is the number of inventory items that will be displayed on each results page.
next
This is the URL to the next page of inventory items. This field will only be returned if there are additional inventory items to view.
prev
This is the URL to the previous page of inventory items. This field will only be returned if there are previous inventory items to view.
size
This integer value indicates the total number of pages of results that are available. This number will depend on the total number of inventory items available for viewing, and on the limit value.
total
This integer value is the total number of inventory items that exist for the seller's account. Based on this number and on the limit value, the seller may have to toggle through multiple pages to view all inventory items.