v1

latestOpenAPI 3.0.0Apache License 2.02026-07-263171,5614.1 MB
Amazon Warehousing and Distribution v2024-05-09

createReplenishmentOrder

Creates an AWD replenishment order with given products to replenish. The API will return the order ID of the newly created order and also start an async validation check on the products to e. The order status will transition to ELIGIBLE/INELIGIBLE status from VALIDATING post validation check

post/awd/2024-05-09/replenishmentOrders

Request body

Example request

{
  "products": [
    {
      "quantity": 1,
      "sku": "testPen"
    }
  ],
  "preferences": {
    "confirmation": "AUTO"
  }
}

Response

CreateReplenishmentOrder 201 response.

orderIdstring required

Order ID of the Replenishment order.