attribute of a product
| name | data type | description |
|---|---|---|
| attributeValue | string | get the value |
Properties inherited from AbstractProductAttribute |
||
| productId | string | |
| attributeDefinitionId | string | |
| id | string | |
Example
{
"attributeValue" : "...",
"productId" : "...",
"attributeDefinitionId" : "...",
"id" : "..."
}