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