速率(每秒请求次数) | 峰值 |
---|---|
10 | 10 |
x-amzn-RateLimit-Limit
响应头返回适用于该操作的使用计划速率限制(如可用)。上表指明了该操作的默认速率和峰值值。业务需求需要更高吞吐量的销售伙伴可能会看到比这里显示的更高的速率和峰值值。更多信息,请参阅 SP-API 中的使用计划和速率限制。{
"inventory": {
"sellingParty": {
"partyId": "string"
},
"isFullUpdate": true,
"items": [
{
"buyerProductIdentifier": "string",
"vendorProductIdentifier": "string",
"availableQuantity": {
"amount": 0,
"unitOfMeasure": "string"
},
"isObsolete": true
}
]
}
}
curl --location --request POST 'https://sellingpartnerapi-na.amazon.com/vendor/directFulfillment/inventory/v1/warehouses//items' \
--header 'Content-Type: application/json' \
--data-raw '{
"inventory": {
"sellingParty": {
"partyId": "string"
},
"isFullUpdate": true,
"items": [
{
"buyerProductIdentifier": "string",
"vendorProductIdentifier": "string",
"availableQuantity": {
"amount": 0,
"unitOfMeasure": "string"
},
"isObsolete": true
}
]
}
}'
{
"payload": {
"transactionId": "string"
},
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}
技术咨询扫码联系作者
SP-API技术咨询,开发者申请,Amazon ERP源码