OBJECT

CartCartItemPromotionCode

link GraphQL Schema definition

1type CartCartItemPromotionCode {
2
3associatedPromotion: [CartCartItemPromotionCodeAssociatedPromotion]
5
4code: String
6
7}