Putaway Confirm
URI Summary
PUT /stores/{storeId}/nodes/{nodeId}/putAway/confirm
Request Parameters
Parameter Type |
Name |
Description |
Required |
Definition |
Example |
---|---|---|---|---|---|
Path |
storeId |
The store identifier |
yes |
String |
TMSUS |
Path |
nodeId |
The node identifier |
yes |
String |
TMS_NA-Store001 |
Request Payload Definition
Element |
Required |
Description |
---|---|---|
storeId |
yes |
The seller organization at which fulfillment order belongs. |
nodeId |
yes |
The node identifier |
putAwayItems[{ |
yes |
|
itemId |
yes |
Item id with catalog number |
quantity |
yes |
Quantity put away |
Request Payload Example
Copy
{
"storeId": "TMS_US",
"nodeId": "TMS_NA-DC001",
"putAwayItems": [
{
"itemId": "21-ATCGBGF59030002",
"quantity": 2
},
{
"itemId": "21-ATCGBGF59030005",
"quantity": 5
}
]
}
Responses
Http Status Code |
Description |
---|---|
204 |
PutAwayConfirmRequest was accepted, no response |