Returns the lowest priced offers for a single SKU listing

Returns the lowest priced offers for a single SKU listing, based on SKU and item condition.

Path parameters

SellerSKUstringRequired
Identifies an item in the given marketplace. SellerSKU is qualified by the seller's SellerId.

Query parameters

MarketplaceIdenumRequired
A marketplace identifier. Specifies the marketplace for which prices are returned.
Allowed values:
ItemConditionenumRequired

Filters the offer listings based on item condition. Possible values: New, Used, Collectible, Refurbished, Club.

Allowed values:
CustomerTypeenumOptional
Indicates whether to request Consumer or Business offers. Default is Consumer.
Allowed values:

Response

Success
payloadobjectOptional
The payload for the getListingOffers and getItemOffers operations.
errorslist of objectsOptional
A list of error responses returned when a request is unsuccessful.

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error