Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 2 KB

Offers.md

File metadata and controls

15 lines (12 loc) · 2 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 \eBay\Sell\Inventory\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 sku query parameter. Note: Currently, the Inventory API does not support the same SKU across multiple eBay marketplaces, so the getOffers call will only return one offer. Max Occurs: 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 limit value if there are additional pages of results to view. Note: Currently, the Inventory API does not support the same SKU across multiple eBay marketplaces, so the Get Offers call will only return one offer, so this value should always be 1. [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 limit value, the seller may have to toggle through multiple pages to view all offers. Note: Currently, the Inventory API does not support the same SKU across multiple eBay marketplaces, so the Get Offers call will only return one offer, so this value should always be 1. [optional]

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