主页文档代码示例API 参考公告模型发行说明常见问题GitHub视频
开发者中心API 状态支持
API Reference
开发者中心API 状态支持

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

商城标识符。指定返回哪个商城的价格。

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

商品的卖家库存单位 (SKU)。

string

商品的亚马逊商品编码 (ASIN)。

商品
object

An item.

errors
array of objects

请求失败时返回的错误响应的列表。

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.

标题
object
string

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

string

Unique request reference identifier.

语言