GraphQL OBJECT
List of promoted products.
type PromotionProductList {# Whether products were added to the promotion using an include or exclude list.type: ListType # Products included in or excluded from the promotion.products: [Product] }