Get Inventories
Get Inventories for Given Products
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"0SGAT12SG25F": {
"warehouseInventories": {
"GGN": {
"outwardInProcess": 10,
"sellable": 4,
"inwardInProcess": 5,
"nonSellable": 3
}
},
"inventories": {
"outwardInProcess": 10,
"sellable": 4,
"inwardInProcess": 5,
"nonSellable": 3
}
},
"0SGAT12SG25F": {
"warehouseInventories": {
"GGN": {
"outwardInProcess": 4,
"sellable": 3,
"inwardInProcess": 2,
"nonSellable": 7
},
"BNG": {
"outwardInProcess": 4,
"sellable": 5,
"inwardInProcess": 1,
"nonSellable": 0
}
},
"inventories": {
"outwardInProcess": 8,
"sellable": 8,
"inwardInProcess": 3,
"nonSellable": 7
}
}
}Last updated
Was this helpful?