GraphQL INPUT_OBJECT
PromotionProductListInput
link Definition
- input PromotionProductListInput {
- #   List type code.
- : ListTypeEnum!
- #   IDs of the products that should be included in or excluded from the promotion.
- : [Int]!
- }
link Required by
- CreatePromotionInputInput for created promotion. A promotion is a price discount, such as a specified percentage or amount of money off of the regular product price.
- UpdatePromotionInputInput for promotion update. A promotion is a price discount, such as a specified percentage or amount of money off of the regular product price.