A ProductAttributeDefinitionSelection is used to describe the selectable options of a product attribute.
GetProductAttributeDefinitionSelection
This service is used to query the ProductAttributeDefinitionSelection object.
Request Parameters
Node |
Required |
Data Type |
Description |
productAttributeDefinitionSelectionID |
Yes |
Integer |
The object identifier. |
Return Data
Node |
Data Type |
Description |
productAttributeDefinitionSelection |
XML |
|
createdDate |
DateTime |
|
displayOrder |
Integer |
|
productAttributeDefinitionID |
Integer |
|
productAttributeDefinitionSelectionID |
Integer |
The object identifier. |
text |
XML Locale |
The text to display. |
updateDate |
DateTime |
|
GetProductAttributeDefinitionSelections
This service is used to query all the ProductAttributeDefinitionSelection 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. |
productAttributeDefinitionSelections |
XML |
Container node |
productAttributeDefinitionSelection |
XML |
Zero or more ProductAttributeDefinitionSelection nodes with same data structure as GetProductAttributeDefinitionSelection service return data. |