Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 3.82 KB

InventoryItems.md

File metadata and controls

15 lines (12 loc) · 3.82 KB

InventoryItems

Properties

Name Type Description Notes
href string This is the URL to the current page of inventory items. [optional]
inventoryItems \SapientPro\EbayInventorySDK\Models\InventoryItemWithSkuLocaleGroupid[] This container is an array of one or more inventory items, with detailed information on each inventory item. [optional]
limit int This integer value is the number of inventory items that will be displayed on each results page. [optional]
next string 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. [optional]
prev string 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. [optional]
size int 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 <strong>limit</strong> value. [optional]
total int This integer value is the total number of inventory items that exist for the seller's account. Based on this number and on the <strong>limit</strong> value, the seller may have to toggle through multiple pages to view all inventory items. [optional]

[Back to Model list] [Back to API list] [Back to README]