[ // Descendingly list the available storage bins by the number of current_quantity and there's some space for placement.
{
"storage_bin": 1,
"storage_bin_name": "SB1 - Storage bin 01",
"current_quantity": 6,
"available_space": 103,
},
{
"storage_bin": 2,
"storage_bin_name": "SB2 - Storage bin 02",
"current_quantity": 2,
"available_space": 151,
},
{
"storage_bin": 3,
"storage_bin_name": "SB1 - Storage bin 03",
"current_quantity": 0,
"available_space": 713,
},
]
The Sample API Response
Module name: The recommended storage bins to place products at the destination warehouse
Sample view: Response
List (in order) all the storage bins in the given warehouse recommended to be place the specified product.
Module name: The recommended storage bins to place products at the destination warehouse
Sample view: Response
List (in order) all the storage bins in the given warehouse recommended to be place the specified product.
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.