getInboundShipment
Retrieves an AWD inbound shipment.
Usage Plan:
| Rate (requests per second) | Burst |
|---|---|
| 2 | 2 |
The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API
❗️ To view the response
The response to this operation cannot be displayed in this reference because of technical issues. For this operation's response schema, refer to getInboundShipment.
Path parameters
ID for the shipment. A shipment contains the cases being inbounded.
Query parameters
If equal to SHOW, the response includes the shipment SKU quantity details.
Defaults to HIDE, in which case the response does not contain SKU quantities
Response
The 200 response for getInboundShipment.
Example response
{
"carrierCode": {
"carrierCodeType": "SCAC",
"carrierCodeValue": "TestCarrierCode"
},
"externalReferenceId": "TestReferenceId",
"shipmentContainerQuantities": [
{
"count": 1,
"distributionPackage": {
"contents": {
"products": [
{
"quantity": 1,
"sku": "testPen",
"expiration": "2025-06-07T12:12:09.061Z",
"prepDetails": {
"prepCategory": "PERFORATED",
"prepOwner": "AMAZON",
"labelOwner": "SELF",
"prepInstructions": [
{
"prepType": "ITEM_POLYBAGGING",
"prepOwner": "AMAZON"
}
]
}
}
]
},
"measurements": {
"dimensions": {
"height": 1,
"length": 1,
"unitOfMeasurement": "INCHES",
"width": 1
},
"volume": {
"unitOfMeasurement": "CUIN",
"volume": 1
},
"weight": {
"unitOfMeasurement": "POUNDS",
"weight": 1
}
},
"type": "CASE"
}
}
],
"destinationRegion": "us-west",
"warehouseReferenceId": "TestWarehouseReferenceId"
}