ProductAttributeValue

Product attribute which structured by an attribute name and value. This structure is used in conversational search filters and answers. For example, if we have name=color and value=red, this means that the color is red.

JSON representation
{
  "name": string,
  "value": string
}
Fields
name

string

The attribute name.

value

string

The attribute value.