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
| Node |
Required |
Data Type |
Description |
| count |
No |
Boolean |
Specify if return data should include total number of records found. |
| skip |
No |
Integer |
The number of records to skip over for paging purposes. |
| take |
No |
Integer |
The number of records to return for paging purposes. |
Return Data
| Node |
Data Type |
Description |
| totalCount |
Integer |
Number of records found. |
| productAttributeGroups |
XML |
Container node |
| productAttributeGroup |
XML |
Zero or more ProductAttributeGroup nodes with same data structure as GetProductAttributeGroup service return data. |