GraphQL INPUT_OBJECT

PromotionCouponSettingsInput

link Definition

  • input PromotionCouponSettingsInput {
  • # Limits the number of times a unique coupon code can be used for a promotion.
  • couponUseLimit: Int
  • # Set to true if the coupon code should distinguish between upper and lower case
  • # letters.
  • caseSensitiveCodes: Boolean
  • # List of available coupons.
  • coupons: [PromotionCouponInput]
  • }