ProductAttribute Data Type

attribute of a product

Properties
name data type description
attributeValue string get the value
Properties inherited from AbstractProductAttribute
productId string
attributeDefinitionId string
id string

Example

{
  "attributeValue" : "...",
  "productId" : "...",
  "attributeDefinitionId" : "...",
  "id" : "..."
}