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