A ProductAttributeGroup is used to group ProductAttributeDefinitions.
GetProductAttributeGroup
This service is used to query the ProductAttributeGroup object.
Request Parameters
Node |
Required |
Data Type |
Description |
productAttributeGroupID |
Yes |
Integer |
The object identifier. |
Return Data
Node |
Data Type |
Description |
productAttributeGroup |
XML |
|
createDate |
DateTime |
|
description |
XML Locale |
|
displayOrder |
Integer |
|
name |
XML Locale |
|
portalID |
Integer |
|
productAttributeGroupID |
Integer |
The object identifier. |
updateDate |
DateTime |
|
GetProductAttributeGroups
This service is used to query all the ProductAttributeGroup objects.
Request Parameters
None
Return Data
Node |
Data Type |
Description |
productAttributeGroups |
XML |
Container node |
productAttributeGroup |
XML |
Zero or more ProductAttributeGroup nodes with same data structure as GetProductAttributeGroup service return data. |