Class ProductAttributeValue (1.24.0)

ProductAttributeValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

Name Description
name str
The attribute name.
value str
The attribute value.