Skip to content

SellerOffer

The SellerOffer object is our full representation of a direct sell offer.

type SellerOffer {
id: ID!
totalValue: Float!
feeValue: Float!
createdAt: DateTime
sentAt: DateTime
receivedAt: DateTime
viewedAt: DateTime
updatedAt: DateTime
expiredAt: DateTime
withdrawnAt: DateTime
acceptedAt: DateTime
enteredContractAt: DateTime
contingenciesReleasedAt: DateTime
virtualAssessmentCompletedAt: DateTime @deprecated
closedAt: DateTime
}
FieldTypeDescription
idID!The offer’s unique identifier field
totalValueFloat!The total value of the offer Opendoor made on this home.
feeValueFloat!The value of the fee Opendoor charged on this offer.
createdAtDateTimeThe date and time this offer was created.
sentAtDateTimeThe date and time this offer was sent to the customer.
receivedAtDateTimeThe date and time that the customer receieved the offer.
viewedAtDateTimeThe date and time that the customer first viewed the offer.
updatedAtDateTimeThe date and time this offer was last updated.
expiredAtDateTimeThe date and time this offer expired.
withdrawnAtDateTimeThe date and time this offer was withdrawn by Opendoor.
acceptedAtDateTimeThe date and time this offer was accepeted by the customer.
enteredContractAtDateTimeThe date and time that the customer entered contract with Opendoor on this offer.
contingenciesReleasedAtDateTimeThe date and time that contingincies were released.
virtualAssessmentCompletedAt *(deprecated)*DateTimeThe date the customer completed a virtual assessment of the property. Deprecated.
closedAtDateTimeThe date and time that the deal closed and Opendoor took ownership of the home.