速率(每秒请求) | 峰值 |
---|---|
1 | 5 |
x-amzn-RateLimit-Limit
响应头返回适用于请求的操作的使用计划速率限制(如果适用)。上表显示了此操作的默认速率和峰值值。业务需求需要更高吞吐量的销售合作伙伴可能会看到比此处显示的更高的速率和峰值值。有关更多信息,请参见 销售合作伙伴 API 中的使用计划和速率限制。{
"marketplaceId": "string",
"amazonOrderId": "string",
"packageDimensions": {
"length": 0.01,
"width": 0.01,
"height": 0.01,
"unit": "Cm",
"identifier": "string"
},
"packageWeight": {
"value": 11,
"unit": "Grams"
}
}
curl --location --request POST 'https://sellingpartnerapi-na.amazon.com/easyShip/2022-03-23/timeSlot' \
--header 'Content-Type: application/json' \
--data-raw '{
"marketplaceId": "string",
"amazonOrderId": "string",
"packageDimensions": {
"length": 0.01,
"width": 0.01,
"height": 0.01,
"unit": "Cm",
"identifier": "string"
},
"packageWeight": {
"value": 11,
"unit": "Grams"
}
}'
{
"amazonOrderId": "string",
"timeSlots": [
{
"slotId": "string",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"handoverMethod": "Pickup"
}
]
}
技术咨询扫码联系作者
SP-API技术咨询,开发者申请,Amazon ERP源码