| StockServiceGetStockLocation Method (Int64, String) |
Namespace:
Dynamicweb.Ecommerce.Stocks
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public StockLocation GetStockLocation(
long stockLocationId,
string languageId
)
Public Function GetStockLocation (
stockLocationId As Long,
languageId As String
) As StockLocation
Parameters
- stockLocationId
- Type: SystemInt64
- languageId
- Type: SystemString
Return Value
Type:
StockLocationSee Also