OBJECT

ProductSuggestionEntry

link GraphQL Schema definition

1type ProductSuggestionEntry {
2
3catalogEntryTypeCode: String
15
4hasSingleSKU: Boolean
15
5name: String
15
6partNumber: String
15
7price: Price3
15
8resourceId: String
15
9shortDescription: String
15
10storeID: String
15
11thumbnail: String
15
12thumbnailRaw: String
15
13uniqueID: String
15
14userData: UserDataType
16
17}