Inventory
The Stock object
{
"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?