Appearance
POST
/warehouse-management/stock-balance/stock-balancesRequired scope:
viskan:stockbalance:updateCreates new or updates existing stock balances in the warehouse management system.
Request body
JSON
{
"balance": 12345,
"balanceIncoming": 12345,
"estimatedDeliveryDate": "2024-09-12",
"estimatedShippingDate": "2024-10-25",
"priceLookUpNumber": "...",
"stockKeepingUnitId": 12345,
"warehouseId": 12345,
"warehouseNumber": "..."
}
Response
The stock balances were successfully created or updated.