速率(每秒请求) | 突发 |
---|---|
0.5 | 1 |
x-amzn-RateLimit-Limit
响应头会返回适用于请求操作的使用计划速率限制(如果可用)。上表显示了此操作的默认速率和突发值。由于业务需求需要更高吞吐量的销售合作伙伴,可能会看到比此处显示的更高的速率和突发值。有关更多信息,请参阅销售伙伴API中的使用计划和速率限制。curl --location --request GET 'https://sellingpartnerapi-na.amazon.com/products/pricing/v0/price?MarketplaceId&ItemType'
{
"payload": [
{
"status": "string",
"SellerSKU": "string",
"ASIN": "string",
"Product": {
"Identifiers": {
"MarketplaceASIN": {
"MarketplaceId": "string",
"ASIN": "string"
},
"SKUIdentifier": {
"MarketplaceId": "string",
"SellerId": "string",
"SellerSKU": "string"
}
},
"AttributeSets": [
{}
],
"Relationships": [
{}
],
"CompetitivePricing": {
"CompetitivePrices": [
{
"CompetitivePriceId": "string",
"Price": {
"LandedPrice": {
"CurrencyCode": "string",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "string",
"Amount": 0
},
"Shipping": {
"CurrencyCode": "string",
"Amount": 0
},
"Points": {
"PointsNumber": 0,
"PointsMonetaryValue": {
"CurrencyCode": "string",
"Amount": 0
}
}
},
"condition": "string",
"subcondition": "string",
"offerType": "B2C",
"quantityTier": 0,
"quantityDiscountType": "QUANTITY_DISCOUNT",
"sellerId": "string",
"belongsToRequester": true
}
],
"NumberOfOfferListings": [
{
"Count": 0,
"condition": "string"
}
],
"TradeInValue": {
"CurrencyCode": "string",
"Amount": 0
}
},
"SalesRankings": [
{
"ProductCategoryId": "string",
"Rank": 0
}
],
"Offers": [
{
"offerType": "B2C",
"BuyingPrice": {
"LandedPrice": {
"CurrencyCode": "string",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "string",
"Amount": 0
},
"Shipping": {
"CurrencyCode": "string",
"Amount": 0
},
"Points": {
"PointsNumber": 0,
"PointsMonetaryValue": {
"CurrencyCode": "string",
"Amount": 0
}
}
},
"RegularPrice": {
"CurrencyCode": "string",
"Amount": 0
},
"businessPrice": {
"CurrencyCode": "string",
"Amount": 0
},
"quantityDiscountPrices": [
{
"quantityTier": 0,
"quantityDiscountType": "QUANTITY_DISCOUNT",
"listingPrice": {
"CurrencyCode": "string",
"Amount": 0
}
}
],
"FulfillmentChannel": "string",
"ItemCondition": "string",
"ItemSubCondition": "string",
"SellerSKU": "string"
}
]
}
}
],
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}
技术咨询扫码联系作者
SP-API技术咨询,开发者申请,Amazon ERP源码