Skip to content

SellProduct

type SellProduct {
isEligible: Boolean!
denialExplanation: String
denialCode: String
valueEstimate: ValueEstimate
referral(trackingId: String): Referral
}
FieldTypeDescription
isEligibleBoolean!Indicates if the address is eligible for the product. true indicates that it is; false indicates that it isn’t eligible.
denialExplanationStringIf the address is not eligible for the product, we return a denial explanation. Full list of denial codes and explanations can be found at this page
denialCodeStringIf the address is not eligible for the product, we return a denial code. Full list of denial codes and explanations can be found at this page
valueEstimateValueEstimateData object that has a low/hi value estimate of the offer from Opendoor for the input address. See ValueEstimate for more details.
referralReferralThis will have the referral url that application clients can you to forward customers into our seller flow and automatically create a referral in the process. See Referral for more details.