Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 2.6 KB

Offers.md

File metadata and controls

15 lines (12 loc) · 2.6 KB

# Offers

Properties

Name Type Description Notes
href string This is the URL to the current page of offers. [optional]
limit int This integer value is the number of offers that will be displayed on each results page. [optional]
next string This is the URL to the next page of offers. This field will only be returned if there are additional offers to view. [optional]
offers \ld\php\sdkEbayInventory\Model\EbayOfferDetailsWithAll[] This container is an array of one or more of the seller's offers for the SKU value that is passed in through the required <strong>sku</strong> query parameter.<br/><br/> <span class=&quot;tablenote&quot;> <strong>Note:</strong> Currently, the Inventory API does not support the same SKU across multiple eBay marketplaces, so the <strong>getOffers</strong> call will only return one offer.</span><br/><br/><strong>Max Occurs:</strong> 25 [optional]
prev string This is the URL to the previous page of offers. This field will only be returned if there are previous offers to view. [optional]
size int This integer value indicates the number of offers being displayed on the current page of results. This number will generally be the same as the <strong>limit</strong> value if there are additional pages of results to view.<br/><br/> <span class=&quot;tablenote&quot;> <strong>Note:</strong> Currently, the Inventory API does not support the same SKU across multiple eBay marketplaces, so the <strong>Get Offers</strong> call will only return one offer, so this value should always be <code>1</code>.</span> [optional]
total int This integer value is the total number of offers that exist for the specified SKU value. Based on this number and on the <strong>limit</strong> value, the seller may have to toggle through multiple pages to view all offers.<br/><br/> <span class=&quot;tablenote&quot;> <strong>Note:</strong> Currently, the Inventory API does not support the same SKU across multiple eBay marketplaces, so the <strong>Get Offers</strong> call will only return one offer, so this value should always be <code>1</code>.</span> [optional]

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