OBJECT

ProductViewGetProductBySearchTerm

link GraphQL Schema definition

1type ProductViewGetProductBySearchTerm {
2
3catalogEntryView: [ProductViewCatalogEntryViewProductSearch]
14
4debug: Debug3
14
5facetView: [FacetViewListItem]
14
6metaData: MetaData
14
7recordSetComplete: String
14
8recordSetCount: Int
14
9recordSetStartNumber: Int
14
10recordSetTotal: Int
14
11recordSetTotalMatches: Int
14
12resourceId: String
14
13resourceName: String
15
16}

link Required by