OBJECT

ProductViewSKUDetails

link GraphQL Schema definition

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