速率(每秒请求次数) | 突发 |
---|---|
2 | 30 |
x-amzn-RateLimit-Limit
响应头返回应用于请求操作的使用计划速率限制(如可用)。上表指示此操作的默认速率和突发值。由于业务需求需要更高吞吐量的销售合作伙伴可能会看到比此处显示的更高的速率和突发值。有关更多信息,请参见 销售合作伙伴 API 中的使用计划和速率限制。{
"InboundShipmentHeader": {
"ShipmentName": "string",
"ShipFromAddress": {
"Name": "string",
"AddressLine1": "string",
"AddressLine2": "string",
"DistrictOrCounty": "string",
"City": "string",
"StateOrProvinceCode": "string",
"CountryCode": "string",
"PostalCode": "string"
},
"DestinationFulfillmentCenterId": "string",
"AreCasesRequired": true,
"ShipmentStatus": "WORKING",
"LabelPrepPreference": "SELLER_LABEL",
"IntendedBoxContentsSource": "NONE"
},
"InboundShipmentItems": [
{
"ShipmentId": "string",
"SellerSKU": "string",
"FulfillmentNetworkSKU": "string",
"QuantityShipped": 0,
"QuantityReceived": 0,
"QuantityInCase": 0,
"ReleaseDate": "2019-08-24",
"PrepDetailsList": [
{
"PrepInstruction": "Polybagging",
"PrepOwner": "AMAZON"
}
]
}
],
"MarketplaceId": "string"
}
curl --location --request PUT 'https://sellingpartnerapi-na.amazon.com/fba/inbound/v0/shipments/' \
--header 'Content-Type: application/json' \
--data-raw '{
"InboundShipmentHeader": {
"ShipmentName": "string",
"ShipFromAddress": {
"Name": "string",
"AddressLine1": "string",
"AddressLine2": "string",
"DistrictOrCounty": "string",
"City": "string",
"StateOrProvinceCode": "string",
"CountryCode": "string",
"PostalCode": "string"
},
"DestinationFulfillmentCenterId": "string",
"AreCasesRequired": true,
"ShipmentStatus": "WORKING",
"LabelPrepPreference": "SELLER_LABEL",
"IntendedBoxContentsSource": "NONE"
},
"InboundShipmentItems": [
{
"ShipmentId": "string",
"SellerSKU": "string",
"FulfillmentNetworkSKU": "string",
"QuantityShipped": 0,
"QuantityReceived": 0,
"QuantityInCase": 0,
"ReleaseDate": "2019-08-24",
"PrepDetailsList": [
{
"PrepInstruction": "Polybagging",
"PrepOwner": "AMAZON"
}
]
}
],
"MarketplaceId": "string"
}'
{
"payload": {
"ShipmentId": "string"
},
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}
技术咨询扫码联系作者
SP-API技术咨询,开发者申请,Amazon ERP源码