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

getCompetitivePricing

Returns competitive pricing information for a seller's offer listings based on seller SKU or ASIN.

Note: The parameters associated with this operation may contain special characters that require URL encoding to call the API. To avoid errors with SKUs when encoding URLs, refer to URL Encoding.

Usage Plan:

Rate (requests per second)Burst
0.51

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.

Query Params
string
required

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

Asins
array of strings
length ≤ 20

A list of up to twenty Amazon Standard Identification Number (ASIN) values used to identify items in the given marketplace.

Asins
Skus
array of strings
length ≤ 20

A list of up to twenty seller SKU values used to identify items in the given marketplace.

Skus
string
required

Indicates whether ASIN values or seller SKU values are used to identify items. If you specify Asin, the information in the response will be dependent on the list of Asins you provide in the Asins parameter. If you specify Sku, the information in the response will be dependent on the list of Skus you provide in the Skus parameter. Possible values: Asin, Sku.

string

Indicates whether to request pricing information from the point of view of Consumer or Business buyers. Default is Consumer.

Responses

Response body
object
payload
array of objects
length ≤ 20

The payload for the getPricing and getCompetitivePricing operations.

payload
object
string
required

The status of the operation.

string

The seller stock keeping unit (SKU) of the item.

string

The Amazon Standard Identification Number (ASIN) of the item.

Product
object

An item.

errors
array of objects

A list of error responses returned when a request is unsuccessful.

errors
object
string
required

An error code that identifies the type of error that occurred.

string
required

A message that describes the error condition.

string

Additional details that can help the caller understand or fix the issue.

Headers
object
string

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

string

Unique request reference identifier.

Language