速率(每秒请求次数) | 突发 |
---|---|
2 | 30 |
x-amzn-RateLimit-Limit
响应头返回适用于请求操作的使用计划速率限制。上述表格指示了此操作的默认速率和突发值。业务需求要求更高吞吐量的销售合作伙伴可能会看到比这里显示的更高的速率和突发值。有关更多信息,请参见销售合作伙伴API中的使用计划和速率限制。{
"ShipFromAddress": {
"Name": "string",
"AddressLine1": "string",
"AddressLine2": "string",
"DistrictOrCounty": "string",
"City": "string",
"StateOrProvinceCode": "string",
"CountryCode": "string",
"PostalCode": "string"
},
"LabelPrepPreference": "SELLER_LABEL",
"ShipToCountryCode": "string",
"ShipToCountrySubdivisionCode": "string",
"InboundShipmentPlanRequestItems": [
{
"SellerSKU": "string",
"ASIN": "string",
"Condition": "NewItem",
"Quantity": 0,
"QuantityInCase": 0,
"PrepDetailsList": [
{
"PrepInstruction": "Polybagging",
"PrepOwner": "AMAZON"
}
]
}
]
}
curl --location --request POST 'https://sellingpartnerapi-na.amazon.com/fba/inbound/v0/plans' \
--header 'Content-Type: application/json' \
--data-raw '{
"ShipFromAddress": {
"Name": "string",
"AddressLine1": "string",
"AddressLine2": "string",
"DistrictOrCounty": "string",
"City": "string",
"StateOrProvinceCode": "string",
"CountryCode": "string",
"PostalCode": "string"
},
"LabelPrepPreference": "SELLER_LABEL",
"ShipToCountryCode": "string",
"ShipToCountrySubdivisionCode": "string",
"InboundShipmentPlanRequestItems": [
{
"SellerSKU": "string",
"ASIN": "string",
"Condition": "NewItem",
"Quantity": 0,
"QuantityInCase": 0,
"PrepDetailsList": [
{
"PrepInstruction": "Polybagging",
"PrepOwner": "AMAZON"
}
]
}
]
}'
{
"payload": {
"InboundShipmentPlans": [
{
"ShipmentId": "string",
"DestinationFulfillmentCenterId": "string",
"ShipToAddress": {
"Name": "string",
"AddressLine1": "string",
"AddressLine2": "string",
"DistrictOrCounty": "string",
"City": "string",
"StateOrProvinceCode": "string",
"CountryCode": "string",
"PostalCode": "string"
},
"LabelPrepType": "NO_LABEL",
"Items": [
{
"SellerSKU": "string",
"FulfillmentNetworkSKU": "string",
"Quantity": 0,
"PrepDetailsList": [
{
"PrepInstruction": "Polybagging",
"PrepOwner": "AMAZON"
}
]
}
],
"EstimatedBoxContentsFee": {
"TotalUnits": 0,
"FeePerUnit": {
"CurrencyCode": "USD",
"Value": 0
},
"TotalFee": {
"CurrencyCode": "USD",
"Value": 0
}
}
}
]
},
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}
技术咨询扫码联系作者
SP-API技术咨询,开发者申请,Amazon ERP源码