appliedItems property

List<OrderPromotionItem>? appliedItems
getter/setter pair

Items that this promotion have been applied to.

Do not provide for orders.createtestorder. This field will be empty for shipping promotions because shipping is not tied to any specific item.

Implementation

core.List<OrderPromotionItem>? appliedItems;