OBJECT

ProductViewCatalogEntryViewProductSearch

link GraphQL Schema definition

1type ProductViewCatalogEntryViewProductSearch {
2
3attributes: [ProductViewAttribute]
18
4buyable: String
18
5catalogEntryTypeCode: String
18
6hasSingleSKU: Boolean
18
7manufacturer: String
18
8name: String
18
9parentCatalogGroupID: [String]
18
10partNumber: String
18
11price: [ProductViewItemPrice]
18
12resourceId: String
18
13shortDescription: String
18
14singleSKUCatalogEntryID: String
18
15storeID: String
18
16thumbnail: String
18
17uniqueID: String
19
20}