 | ProductService.GetProductAndStockRange Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public ProductWithStockDto[] GetProductAndStockRange(
string apiKey,
string locationCode,
string[] productIdentifiers
)
<WebMethodAttribute>
Public Function GetProductAndStockRange (
apiKey As String,
locationCode As String,
productIdentifiers As String()
) As ProductWithStockDto()
public:
[WebMethodAttribute]
array<ProductWithStockDto^>^ GetProductAndStockRange(
String^ apiKey,
String^ locationCode,
array<String^>^ productIdentifiers
)
[<WebMethodAttribute>]
member GetProductAndStockRange :
apiKey : string *
locationCode : string *
productIdentifiers : string[] -> ProductWithStockDto[]
Parameters
- apiKey
- Type: System.String
- locationCode
- Type: System.String
- productIdentifiers
- Type:System.String[]
Return Value
Type:
ProductWithStockDto[]
See Also