validCoupon
Graphql fields and variables for the validCoupon query
Last updated
Was this helpful?
Graphql fields and variables for the validCoupon query
Scope required:
For a complete list of possible response fields see the CouponValidate type.
query validCoupon ($couponCode: String) {
validCoupon (couponCode: $couponCode) {
couponIsValid
}
}couponCode
String
Last updated
Was this helpful?
Was this helpful?
