GraphQL OBJECT

PromotionCoupon

Automatically or manually generated coupon for the promotion.

link Definition

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