OBJECT

SKU

link GraphQL Schema definition

1type SKU {
2
3attachments: [Attachment]
24
4attributes: [Attribute]
24
5buyable: String
24
6catalogEntryTypeCode: String
24
7fullImage: String
24
8fullImageRaw: String
24
9hasSingleSKU: Boolean
24
10images: [Images2]
24
11manufacturer: String
24
12name: String
24
13parentCatalogEntryID: String
24
14parentCatalogGroupID: [String]
24
15partNumber: String
24
16price: [Price2]
24
17resourceId: String
24
18seo: Seo
24
19shortDescription: String
24
20storeID: String
24
21thumbnail: String
24
22thumbnailRaw: String
24
23uniqueID: String
25
26}