[
// NOTE: It contains the storage bin storing the product. Otherwise, this's the blank array.
{
"storage_bin": 1,
"storage_bin_name": "SB1 - Storage bin 01",
"available_quantity": 6
},
{
"storage_bin": 2,
"storage_bin_name": "SB2 - Storage bin 02",
"available_quantity": 5
},
{
"storage_bin": 3,
"storage_bin_name": "SB3 - Storage bin 03",
"available_quantity": 8
},
]
The Sample API Response
Module name: Available storage bins of a product in a given source warehouse
Sample view: Response
List all the storage bins of a specified product which are available for transfer to other warehouses given the id of source warehouse.
Module name: Available storage bins of a product in a given source warehouse
Sample view: Response
List all the storage bins of a specified product which are available for transfer to other warehouses given the id of source warehouse.
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.