Returns the BIN field of the product inventory for the given warehouse.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string GetWarehouseBin(
	string warehouseLocation
)
Visual Basic
Public Function GetWarehouseBin ( _
	warehouseLocation As String _
) As String
Visual C++
public:
String^ GetWarehouseBin(
	String^ warehouseLocation
)

Parameters

warehouseLocation
Type: System..::..String
The warehouse of interest

Return Value

The bin. If the specified warehouseLocation is not among the warehouses for this CStandardProduct, an empty string is returned.

See Also