applicableItems property

List<OrderPromotionItem>? applicableItems
getter/setter pair

Items that this promotion may be applied to.

If empty, there are no restrictions on applicable items and quantity. This field will also be empty for shipping promotions because shipping is not tied to any specific item.

Implementation

core.List<OrderPromotionItem>? applicableItems;