coupon
Graphql fields and variables for the coupon query
Last updated
Was this helpful?
Graphql fields and variables for the coupon query
Scope required:
For a complete list of possible response fields see the Coupon type.
query coupon ($id: ID, $code: String) {
coupon (id: $id, code: $code) {
active
couponCode
createdAt
currencyId
description
discountAmount
discountPercentage
duration
id
name
planId
redemptionEndDate
redemptionsCount
redemptionsMax
remainingPeriods
updatedAt
}
}id
ID
ID or Code required
code
String
ID or Code required
Last updated
Was this helpful?
Was this helpful?
