GraphQL OBJECT

PromotionCouponList

List of available coupons for the promotion.

link Definition

  • type PromotionCouponList {
  • # List of coupons fetched.
  • coupons: [PromotionCoupon]
  • # Indicates whether the result is truncated.
  • isTruncated: Boolean
  • }