Gets a list of attributes.
| Name | Description | Usage |
|---|---|---|
| isPrivate | This will filter the request by the is private flag. | GET productattributes?filter=isprivate~{operator}~{value} |
| localeId | This will filter the request by locale ID. | GET productattributes?filter=localeid~{operator}~{value} |
| name | This will filter the request by name. | GET productattributes?filter=name~{operator}~{value} |
| portalId | This will filter the request by portal ID. | GET productattributes?filter=portalid~{operator}~{value} |
| Name | Description | Usage |
|---|---|---|
| attributeId | This will sort the response by attribute ID. | GET productattributes?sort=attributeid |
| displayOrder | This will sort the response by display order. | GET productattributes?sort=displayorder |
| name | This will sort the response by name. | GET productattributes?sort=name |