Click or drag to resize

ProductServiceGetProductSalesPrices Method

Namespace:  Bex.API
Assembly:  Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[WebMethodAttribute]
public ProductSalesPriceDto[] GetProductSalesPrices(
	string apiKey,
	string productIdentifier,
	string productPriceGroupCode
)

Parameters

apiKey
Type: SystemString
productIdentifier
Type: SystemString
productPriceGroupCode
Type: SystemString

Return Value

Type: ProductSalesPriceDto
See Also