速率(每秒请求) | 峰值 |
---|---|
1 | 1 |
x-amzn-RateLimit-Limit
响应头返回适用于请求操作的使用计划速率限制(如果可用)。上表指示此操作的默认速率和峰值值。业务需求要求更高吞吐量的销售合作伙伴可能会看到比这里显示的更高的速率和峰值值。有关更多信息,请参见 销售伙伴 API 中的使用计划和速率限制。{
"pagination": {
"limit": 1,
"offset": 0
},
"filters": {
"marketplaceId": "string",
"skus": [
"string"
],
"asins": [
"string"
],
"eligibilities": [
"ELIGIBLE"
],
"preferences": {
"autoEnrollment": [
"OPTED_IN"
]
},
"promotions": {
"sellingPartnerFundedBaseDiscount": {
"percentage": [
0
]
},
"sellingPartnerFundedTieredDiscount": {
"percentage": [
0
]
},
"amazonFundedBaseDiscount": {
"percentage": [
0
]
},
"amazonFundedTieredDiscount": {
"percentage": [
0
]
}
},
"programTypes": [
"SUBSCRIBE_AND_SAVE"
]
},
"sort": {
"order": "ASC",
"key": "ASIN"
}
}
curl --location --request POST 'https://sellingpartnerapi-na.amazon.com/replenishment/2022-11-07/offers/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"pagination": {
"limit": 1,
"offset": 0
},
"filters": {
"marketplaceId": "string",
"skus": [
"string"
],
"asins": [
"string"
],
"eligibilities": [
"ELIGIBLE"
],
"preferences": {
"autoEnrollment": [
"OPTED_IN"
]
},
"promotions": {
"sellingPartnerFundedBaseDiscount": {
"percentage": [
0
]
},
"sellingPartnerFundedTieredDiscount": {
"percentage": [
0
]
},
"amazonFundedBaseDiscount": {
"percentage": [
0
]
},
"amazonFundedTieredDiscount": {
"percentage": [
0
]
}
},
"programTypes": [
"SUBSCRIBE_AND_SAVE"
]
},
"sort": {
"order": "ASC",
"key": "ASIN"
}
}'
{
"offers": [
{
"marketplaceId": "ATVPDKIKX0DER",
"offerProgramConfiguration": {
"preferences": {
"autoEnrollment": "OPTED_IN"
},
"promotions": {
"sellingPartnerFundedBaseDiscount": {
"percentage": 5
},
"sellingPartnerFundedTieredDiscount": {
"percentage": 0
},
"amazonFundedBaseDiscount": {
"percentage": 5
},
"amazonFundedTieredDiscount": {
"percentage": 10
}
},
"enrollmentMethod": "AUTOMATIC"
},
"programType": "SUBSCRIBE_AND_SAVE",
"eligibility": "ELIGIBLE",
"asin": "B09KR5B7FH",
"sku": "SKU_OPTED_IN"
}
],
"pagination": {
"totalResults": 1
}
}
技术咨询扫码联系作者
SP-API技术咨询,开发者申请,Amazon ERP源码