GraphQL OBJECT

PromotionProductList

List of promoted products.

link Definition

  • 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]
  • }