HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
API Reference
Developer HubAPI StatusSupport

getItemOffersBatch

Returns the lowest priced offers for a batch of items based on ASIN.

Usage Plan:

Rate (requests per second)Burst
0.11

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.

Body Params

The request associated with the getItemOffersBatch API call.

requests
array of objects
length between 1 and 20

A list of getListingOffers batched requests to run.

requests
string
required

The resource path of the operation you are calling in batch without any query parameters.

If you are calling getItemOffersBatch, supply the path of getItemOffers.

Example: /products/pricing/v0/items/B000P6Q7MY/offers

If you are calling getListingOffersBatch, supply the path of getListingOffers.

Example: /products/pricing/v0/listings/B000P6Q7MY/offers

string
required

The HTTP method associated with the individual APIs being called as part of the batch request.

Show Details
GETGET
PUTPUT
PATCHPATCH
DELETEDELETE
POSTPOST
headers
object

A mapping of additional HTTP headers to send/receive for the individual batch request.

string
required

A marketplace identifier. Specifies the marketplace for which prices are returned.

string
required

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

Show Details
NewNew
UsedUsed
CollectibleCollectible
RefurbishedRefurbished
ClubClub
string

Indicates whether to request Consumer or Business offers. Default is Consumer.

Show Details
ConsumerConsumer
BusinessBusiness
Responses

Response body
object
responses
array of objects
length between 1 and 20

A list of getItemOffers batched responses.

responses
object
headers
object

A mapping of additional HTTP headers to send/receive for the individual batch request.

Has additional fields
status
object

The HTTP status line associated with the response. For more information, consult RFC 2616.

body
object
required

The response schema for the getListingOffers and getItemOffers operations.

request
object
required

Common request parameters that can be accepted by ItemOffersRequest and ListingOffersRequest

Headers
object
string

Your rate limit (requests per second) for this operation.

string

Unique request reference identifier.

Language