OBJECT

MerchandisingAssociation

link GraphQL Schema definition

1type MerchandisingAssociation {
2
3adAttribute: ADAttribute
21
4associationType: String
21
5buyable: Boolean
21
6catalogEntryTypeCode: String
21
7fullImage: String
21
8hasSingleSKU: Boolean
21
9manufacturer: String
21
10name: String
21
11numberOfSKUs: Int
21
12parentCatalogGroupID: [String]
21
13partNumber: String
21
14price: [Price2]
21
15quantity: String
21
16resourceId: String
21
17shortDescription: String
21
18storeID: Int
21
19thumbnail: String
21
20uniqueID: BigInt
22
23}