GraphQL INPUT_OBJECT

PromotionProductListInput

link Definition

  • input PromotionProductListInput {
  • # List type code.
  • typeId: ListTypeEnum!
  • # IDs of the products that should be included in or excluded from the promotion.
  • productIds: [Int]!
  • }