OBJECT

ProductViewAttribute

link GraphQL Schema definition

1type ProductViewAttribute {
2
3associatedKeyword: String
15
4comparable: Boolean
15
5displayable: Boolean
15
6facetable: Boolean
15
7identifier: String
15
8name: String
15
9searchable: Boolean
15
10sequence: String
15
11storeDisplay: Boolean
15
12uniqueID: String
15
13usage: String
15
14values: [ProductViewAttributeValue]
16
17}