速率(每秒请求) | 突发 |
---|---|
2 | 2 |
x-amzn-RateLimit-Limit
响应头返回与请求的操作相关的使用计划速率限制。上表指示此操作的默认速率和突发值。业务需求需要更高吞吐量的销售合作伙伴可能会看到比这里显示的更高的速率和突发值。有关更多信息,请参阅 销售伙伴 API 中的使用计划和速率限制。curl --location --request GET 'https://sellingpartnerapi-na.amazon.com/awd/2024-05-09/inboundShipments/'
getInboundShipment
的 200 响应。{
"carrierCode": {
"carrierCodeType": "SCAC",
"carrierCodeValue": "TestCarrierCode"
},
"createdAt": "2019-08-24T14:15:22Z",
"destinationAddress": {
"addressLine1": "address_1",
"addressLine2": "address_2",
"addressLine3": "address_3",
"city": "Seattle",
"countryCode": "US",
"county": "Washington",
"district": "District1",
"name": "address_name",
"phoneNumber": "+14155552671",
"postalCode": "123456",
"stateOrRegion": "Washington"
},
"externalReferenceId": "TestReferenceId",
"orderId": "string",
"originAddress": {
"addressLine1": "address_1",
"addressLine2": "address_2",
"addressLine3": "address_3",
"city": "Seattle",
"countryCode": "US",
"county": "Washington",
"district": "District1",
"name": "address_name",
"phoneNumber": "+14155552671",
"postalCode": "123456",
"stateOrRegion": "Washington"
},
"receivedQuantity": [
{
"quantity": 0,
"unitOfMeasurement": "PRODUCT_UNITS"
}
],
"shipBy": "2019-08-24T14:15:22Z",
"shipmentContainerQuantities": [
{
"count": 1,
"distributionPackage": {
"contents": {
"products": [
{
"quantity": 1,
"sku": "testPen"
}
]
},
"measurements": {
"dimensions": {
"height": 1,
"length": 1,
"unitOfMeasurement": "INCHES",
"width": 1
},
"volume": {
"unitOfMeasurement": "CUIN",
"volume": 1
},
"weight": {
"unitOfMeasurement": "POUNDS",
"weight": 1
}
},
"type": "CASE"
}
}
],
"shipmentId": "string",
"shipmentStatus": "CREATED",
"trackingId": "string",
"updatedAt": "2019-08-24T14:15:22Z",
"warehouseReferenceId": "TestWarehouseReferenceId"
}
技术咨询扫码联系作者
SP-API技术咨询,开发者申请,Amazon ERP源码