v1

latestOpenAPI 3.0.0Apache License 2.02026-07-263171,5614.1 MB
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.

confirmedOnstring date-time

Date on which this replenishment order was confirmed.

createdAtstring date-time

Date on which this replenishment order was created.

orderIdstring required

Order Id of the replenishment order.

status'CONFIRMED' | 'CREATED' | 'ELIGIBLE' | 'EXECUTING' | 'FAILURE' | 'INELIGIBLE' | 'INVENTORY_OUTBOUND' | 'SUCCESS' | 'VALIDATING' required

Statuses supported for an replenishment order.

updatedAtstring date-time

Date on which this replenishment order was last updated.

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"
}