 | StockServiceGetStockInformationForVariant Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public ProductStockDto[] GetStockInformationForVariant(
string apiKey,
string locationCode,
int variantId
)
<WebMethodAttribute>
Public Function GetStockInformationForVariant (
apiKey As String,
locationCode As String,
variantId As Integer
) As ProductStockDto()
public:
[WebMethodAttribute]
array<ProductStockDto^>^ GetStockInformationForVariant(
String^ apiKey,
String^ locationCode,
int variantId
)
[<WebMethodAttribute>]
member GetStockInformationForVariant :
apiKey : string *
locationCode : string *
variantId : int -> ProductStockDto[]
Parameters
- apiKey
- Type: SystemString
- locationCode
- Type: SystemString
- variantId
- Type: SystemInt32
Return Value
Type:
ProductStockDto
See Also