SellProduct
Definition
Section titled “Definition”type SellProduct { isEligible: Boolean! denialExplanation: String denialCode: String valueEstimate: ValueEstimate referral(trackingId: String): Referral}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
isEligible | Boolean! | Indicates if the address is eligible for the product. true indicates that it is; false indicates that it isn’t eligible. |
denialExplanation | String | If 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 |
denialCode | String | If 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 |
valueEstimate | ValueEstimate | Data object that has a low/hi value estimate of the offer from Opendoor for the input address. See ValueEstimate for more details. |
referral | Referral | This 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. |