GraphQL INPUT_OBJECT

PromotionCouponInput

link Definition

  • input PromotionCouponInput {
  • # Coupon code.
  • code: String
  • # How many times the coupon has been used.
  • quantityUsageCount: Int
  • # Indicates whether the coupon is active.
  • isActive: Boolean
  • }