VALIDATING 变更为 ELIGIBLE/INELIGIBLE。| 速率(每秒请求数) | 突发 |
|---|---|
| 1 | 1 |
x-amzn-RateLimit-Limit 返回应用于请求操作的使用计划速率限制(如果有)。上表显示了此操作的默认速率和突发值。由于业务需求需要更高吞吐量的销售合作伙伴,实际速率和突发值可能高于此处显示。详情请参阅 销售合作伙伴API中的使用计划和速率限制。{
"packagesToOutbound": [
{
"count": 1,
"distributionPackage": {
"contents": {
"products": [
{
"quantity": 1,
"sku": "testPen"
}
]
},
"measurements": {
"dimensions": {
"height": 1,
"length": 1,
"unitOfMeasurement": "INCHES",
"width": 1
},
"volume": {
"unitOfMeasurement": "CUIN",
"volume": 1
},
"weight": {
"unitOfMeasurement": "POUNDS",
"weight": 1
}
},
"type": "CASE"
}
}
],
"productsToOutbound": [],
"orderPreferences": [
{
"orderPreference": "PARTIAL_ORDER",
"orderPreferenceValue": "SET"
}
]
}curl --location 'https://sellingpartnerapi-na.amazon.com/awd/2024-05-09/outboundOrders' \
--header 'Content-Type: application/json' \
--data '{
"packagesToOutbound": [
{
"count": 1,
"distributionPackage": {
"contents": {
"products": [
{
"quantity": 1,
"sku": "testPen"
}
]
},
"measurements": {
"dimensions": {
"height": 1,
"length": 1,
"unitOfMeasurement": "INCHES",
"width": 1
},
"volume": {
"unitOfMeasurement": "CUIN",
"volume": 1
},
"weight": {
"unitOfMeasurement": "POUNDS",
"weight": 1
}
},
"type": "CASE"
}
}
],
"productsToOutbound": [],
"orderPreferences": [
{
"orderPreference": "PARTIAL_ORDER",
"orderPreferenceValue": "SET"
}
]
}'createOutbound 的 201 响应。{
"orderId": "string"
}技术咨询扫码联系作者
SP-API技术咨询,开发者申请,Amazon ERP源码

扫码加入交流群