速率(每秒请求) | 突发 |
---|---|
5 | 30 |
x-amzn-RateLimit-Limit
响应头在可用时返回适用于所请求操作的使用计划速率限制。上表显示了此操作的默认速率和突发值。对于业务需求需要更高吞吐量的销售合作伙伴,可能会看到比此处显示的更高的速率和突发值。有关更多信息,请参见 销售合作伙伴 API 中的使用计划和速率限制。{
"product": {
"productIdentifier": {
"merchantSku": "string"
},
"amount": {
"unitOfMeasure": "Eaches",
"value": "string"
}
},
"terms": {
"origin": {
"countryCode": "st"
},
"destination": {
"deliveryAddress": {
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"city": "string",
"districtOrCounty": "string",
"stateOrRegion": "string",
"postalCode": "string",
"countryCode": "st"
},
"ipAddress": "string"
}
}
}
curl --location --request POST 'https://sellingpartnerapi-na.amazon.com/fba/outbound/2020-07-01/deliveryOffers' \
--header 'Content-Type: application/json' \
--data-raw '{
"product": {
"productIdentifier": {
"merchantSku": "string"
},
"amount": {
"unitOfMeasure": "Eaches",
"value": "string"
}
},
"terms": {
"origin": {
"countryCode": "st"
},
"destination": {
"deliveryAddress": {
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"city": "string",
"districtOrCounty": "string",
"stateOrRegion": "string",
"postalCode": "string",
"countryCode": "st"
},
"ipAddress": "string"
}
}
}'
{
"payload": {
"deliveryOffers": [
{
"expiresAt": "2019-08-24T14:15:22Z",
"dateRange": {
"earliest": "2019-08-24T14:15:22Z",
"latest": "2019-08-24T14:15:22Z"
},
"policy": {
"message": {
"text": "string",
"locale": "string"
}
}
}
]
},
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}
技术咨询扫码联系作者
SP-API技术咨询,开发者申请,Amazon ERP源码