coupon
Graphql fields and variables for the coupon query
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
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
