1 | type ProductViewGetProductByProductId { |
2 | |
3 | catalogEntryView: [ProductViewCatalogEntryViewProductDetails] |
13 | |
4 | debug: [SolarSearchDebugValues] |
13 | |
5 | metaData: MetaData |
13 | |
6 | recordSetComplete: String |
13 | |
7 | recordSetCount: Int |
13 | |
8 | recordSetStartNumber: Int |
13 | |
9 | recordSetTotal: Int |
13 | |
10 | recordSetTotalMatches: Int |
13 | |
11 | resourceId: String |
13 | |
12 | resourceName: String |
14 | |
15 | } |