OBJECT

ProductViewCatalogEntryViewProductDetails

link GraphQL Schema definition

1type ProductViewCatalogEntryViewProductDetails {
2
3attachments: [ProductViewAttachment]
25
4attributes: [ProductViewAttribute]
25
5buyable: String
25
6catalogEntryTypeCode: String
25
7disallowRecurringOrder: String
25
8fullImage: String
25
9hasSingleSKU: Boolean
25
10longDescription: String
25
11manufacturer: String
25
12name: String
25
13numberOfSKUs: Int
25
14parentCatalogGroupID: [String]
25
15partNumber: String
25
16price: [ProductViewItemPrice]
25
17resourceId: String
25
18sKUs: [ProductViewSKUDetails]
25
19shortDescription: String
25
20singleSKUCatalogEntryID: String!
25
21storeID: String
25
22subscriptionTypeCode: String
25
23thumbnail: String
25
24uniqueID: String
26
27}