OBJECT

ProductViewCatalogEntryViewDetails

link GraphQL Schema definition

1type ProductViewCatalogEntryViewDetails {
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
14parentCatalogEntryID: String
25
15parentCatalogGroupID: [String]
25
16partNumber: String
25
17price: [ProductViewItemPrice]
25
18resourceId: String
25
19sKUs: [ProductViewSKUDetails]
25
20shortDescription: String
25
21storeID: String
25
22subscriptionTypeCode: String
25
23thumbnail: String
25
24uniqueID: String
26
27}