AttributeCommonValue
Represents a common value for a product attribute definition, including how many products use this value.
type AttributeCommonValue {
count: Int!
value: String!
}
Fields
AttributeCommonValue.count ● Int! non-null scalar
Number of products that have this value for the attribute.
AttributeCommonValue.value ● String! non-null scalar
The attribute value string.
Member Of
ProductAttributeDefinition object