GraphQL INPUT_OBJECT

RefundCouponParameters

link Definition

  • input RefundCouponParameters {
  • # Coupon code for a promotion applied to item(s) in the cart.
  • couponCode: String!
  • # Unique ID of the purchase.
  • purchaseId: Int!
  • # New payment option for the refund.
  • paymentOption: CreatePaymentOptionInputGraphType
  • # Force refund if payment data is insufficient
  • force: Boolean
  • # Remark for the refund.
  • remark: String
  • }

link Required by