速率(每秒请求) | 突发 |
---|---|
2 | 30 |
x-amzn-RateLimit-Limit
响应头返回应用于请求操作的使用计划速率限制(如果可用)。上表指示该操作的默认速率和突发值。商业需求要求更高吞吐量的卖方合作伙伴可能会看到比这里显示的更高的速率和突发值。有关更多信息,请参阅销售合作伙伴 API 中的使用计划和速率限制。curl --location --request GET 'https://sellingpartnerapi-na.amazon.com/fba/inbound/v0/shipments//transport'
{
"payload": {
"TransportContent": {
"TransportHeader": {
"SellerId": "string",
"ShipmentId": "string",
"IsPartnered": true,
"ShipmentType": "SP"
},
"TransportDetails": {
"PartneredSmallParcelData": {
"PackageList": [
{
"Dimensions": {
"Length": 0,
"Width": 0,
"Height": 0,
"Unit": "inches"
},
"Weight": {
"Value": 0,
"Unit": "pounds"
},
"CarrierName": "string",
"TrackingId": "string",
"PackageStatus": "SHIPPED"
}
],
"PartneredEstimate": {
"Amount": {
"CurrencyCode": "USD",
"Value": 0
},
"ConfirmDeadline": "2019-08-24T14:15:22Z",
"VoidDeadline": "2019-08-24T14:15:22Z"
}
},
"NonPartneredSmallParcelData": {
"PackageList": [
{
"CarrierName": "string",
"TrackingId": "string",
"PackageStatus": "SHIPPED"
}
]
},
"PartneredLtlData": {
"Contact": {
"Name": "string",
"Phone": "string",
"Email": "string",
"Fax": "string"
},
"BoxCount": 0,
"SellerFreightClass": "50",
"FreightReadyDate": "2019-08-24",
"PalletList": [
{
"Dimensions": {
"Length": 0,
"Width": 0,
"Height": 0,
"Unit": "inches"
},
"Weight": {
"Value": 0,
"Unit": "pounds"
},
"IsStacked": true
}
],
"TotalWeight": {
"Value": 0,
"Unit": "pounds"
},
"SellerDeclaredValue": {
"CurrencyCode": "USD",
"Value": 0
},
"AmazonCalculatedValue": {
"CurrencyCode": "USD",
"Value": 0
},
"PreviewPickupDate": "2019-08-24",
"PreviewDeliveryDate": "2019-08-24",
"PreviewFreightClass": "50",
"AmazonReferenceId": "string",
"IsBillOfLadingAvailable": true,
"PartneredEstimate": {
"Amount": {
"CurrencyCode": "USD",
"Value": 0
},
"ConfirmDeadline": "2019-08-24T14:15:22Z",
"VoidDeadline": "2019-08-24T14:15:22Z"
},
"CarrierName": "string"
},
"NonPartneredLtlData": {
"CarrierName": "string",
"ProNumber": "string"
}
},
"TransportResult": {
"TransportStatus": "WORKING",
"ErrorCode": "string",
"ErrorDescription": "string"
}
}
},
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}
技术咨询扫码联系作者
SP-API技术咨询,开发者申请,Amazon ERP源码