 | ProductServiceGetProductColorGroup Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public VariantGroupDto GetProductColorGroup(
string apiKey,
string productIdentifier
)
<WebMethodAttribute>
Public Function GetProductColorGroup (
apiKey As String,
productIdentifier As String
) As VariantGroupDto
public:
[WebMethodAttribute]
VariantGroupDto^ GetProductColorGroup(
String^ apiKey,
String^ productIdentifier
)
[<WebMethodAttribute>]
member GetProductColorGroup :
apiKey : string *
productIdentifier : string -> VariantGroupDto
Parameters
- apiKey
- Type: SystemString
- productIdentifier
- Type: SystemString
Return Value
Type:
VariantGroupDto
See Also