速率(每秒请求数) | 突发 |
---|---|
2 | 30 |
x-amzn-RateLimit-Limit
响应头返回适用于请求操作的使用计划速率限制(如果可用)。上表指示此操作的默认速率和突发值。业务需求较高的销售合作伙伴可能会看到比此处显示的更高的速率和突发值。有关更多信息,请参阅 销售合作伙伴 API 中的使用计划和速率限制。curl --location --request GET 'https://sellingpartnerapi-na.amazon.com/fba/inbound/v0/prepInstructions?ShipToCountryCode'
{
"payload": {
"SKUPrepInstructionsList": [
{
"SellerSKU": "string",
"ASIN": "string",
"BarcodeInstruction": "RequiresFNSKULabel",
"PrepGuidance": "ConsultHelpDocuments",
"PrepInstructionList": [
"Polybagging"
],
"AmazonPrepFeesDetailsList": [
{
"PrepInstruction": "Polybagging",
"FeePerUnit": {
"CurrencyCode": "USD",
"Value": 0
}
}
]
}
],
"InvalidSKUList": [
{
"SellerSKU": "string",
"ErrorReason": "DoesNotExist"
}
],
"ASINPrepInstructionsList": [
{
"ASIN": "string",
"BarcodeInstruction": "RequiresFNSKULabel",
"PrepGuidance": "ConsultHelpDocuments",
"PrepInstructionList": [
"Polybagging"
]
}
],
"InvalidASINList": [
{
"ASIN": "string",
"ErrorReason": "DoesNotExist"
}
]
},
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}
技术咨询扫码联系作者
SP-API技术咨询,开发者申请,Amazon ERP源码