Skip to main content

This type is used by the base response of the getOffers call, and it is an array of one or more of the seller's offers, along with pagination data.

Types that use Offers

Not used by any types.

Call that uses Offers

Fields

Field
Type
Description
href
This is the URL to the current page of offers.
limit
This integer value is the number of offers that will be displayed on each results page.
next
This is the URL to the next page of offers. This field will only be returned if there are additional offers to view.
offers
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.
Max Occurs: 25
prev
This is the URL to the previous page of offers. This field will only be returned if there are previous offers to view.
size
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: The same SKU can be offered through an auction and a fixed-price listing concurrently. If this is the case, getOffers will return two offers and this value will be 2. Otherwise, only one offer will be returned and this value will be 1.
total
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: The same SKU can be offered through an auction and a fixed-price listing concurrently. If this is the case, getOffers will return two offers, so this value would be 2. Otherwise, only one offer will be returned and this value will be 1.