ValueEstimateSource
The ValueEstimateSource enum includes the set of possible source values for a ValueEstimate.
enum ValueEstimateSource { AUTOMATED_OFFER BALLPARK_ESTIMATE}The value estimate should be interpreted differently based on the source. When the source is AUTOMATED_OFFER the value estimate can be considered 1:1 with an Opendoor offer*.
Furthermore, when submitting a sell request to receive an offer using the createSellerInput mutation, only addresses that have a ValueEstimate with source=AUTOMATED_OFFER will successfully receive an offer. All other addresses should be directed to the Opendoor seller flow to provide answer additional input questions. The address eligibility query can be used to obtain a valid referral url.
Note: There can be a bit of lag between the precomputed
ValueEstimateoffers and the offer value presented to a customer immediately after request, which can lead in certain cases to a slight offer value differential.
Definition
Section titled “Definition”enum ValueEstimateSource { AUTOMATED_OFFER BALLPARK_ESTIMATE}Values
Section titled “Values”| Value | Description |
|---|---|
AUTOMATED_OFFER | — |
BALLPARK_ESTIMATE | — |