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