Click or drag to resize

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
)

Parameters

apiKey
Type: SystemString
locationCode
Type: SystemString
variantId
Type: SystemInt32

Return Value

Type: ProductStockDto
See Also