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.