For the complete documentation index, see llms.txt. This page is also available as Markdown.

validCoupon

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
  }
}

Arguments

Name
Type
Description

couponCode

String

Response

Last updated

Was this helpful?