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