Amazon Warehousing and Distribution v2024-05-09
getReplenishmentOrder
Retrieves an AWD Replenishment order with a set of shipments containing items that is/was planned to be replenished into an FBA node.
get/awd/2024-05-09/replenishmentOrders/{orderId}
Path parameters
orderIdstring required
ID of the replenishment order to be retrieved.
Response
GetReplenishmentOrder 200 response.
Example response
{
"distributionIneligibleReasons": [
{
"failureCode": "TestErrorCode",
"failureReasons": [
"Test failure reason"
],
"sku": "SampleSKU"
}
],
"eligibleProducts": [
{
"attributes": [
{
"name": "TestAttribute",
"value": "TestAttributeValue"
}
]
}
],
"outboundShipments": [
{
"createdAt": "2023-01-12T10:00:00.000Z",
"orderId": "TestOrderId",
"shipmentId": "TestShipmentId",
"shipmentStatus": "CREATED",
"updatedAt": "2023-01-12T10:00:00.000Z"
}
],
"products": [
{
"attributes": [
{
"name": "TestAttribute",
"value": "TestAttributeValue"
}
]
}
],
"shippedProducts": [
{
"attributes": [
{
"name": "TestAttribute",
"value": "TestAttributeValue"
}
]
}
],
"updatedAt": "2023-01-12T10:00:00.000Z"
}