Click or drag to resize

ProductServiceGetProductGroups Method

Namespace:  Bex.API
Assembly:  Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[WebMethodAttribute]
public ProductGroupDto[] GetProductGroups(
	string apiKey,
	string itemCategoryCode
)

Parameters

apiKey
Type: SystemString
itemCategoryCode
Type: SystemString

Return Value

Type: ProductGroupDto
See Also