PointsEstimate
Points estimate for an order
type PointsEstimate {
basePoints: Int!
bonusPoints: Int!
multiplier: Float
totalPoints: Int!
}
Fields
PointsEstimate.basePoints ● Int! non-null scalar
Base points to earn
PointsEstimate.bonusPoints ● Int! non-null scalar
Bonus points from tier multiplier
PointsEstimate.multiplier ● Float scalar
Tier multiplier applied
PointsEstimate.totalPoints ● Int! non-null scalar
Total points to earn
Returned By
estimatePoints query