Skip to content

OfferRequest

The OfferRequest type contains the result of the offer request. This includes data related to the offer, if available.

type OfferRequest {
opendoorOfferRequestId: String!
offerStatus: OfferStatus!
denialInfo: DenialInfo
offerData: OfferData
handoverAt: String
}
FieldTypeDescription
opendoorOfferRequestIdString!Unique ID for offer requests. Can be used to uniquely identify offer requests, and is used in the offerRequest query and offerRequestUpdate mutation.
offerStatusOfferStatus!Status of the offer request. Pending offer requests may not have denialInfo or offerBreakdown.
denialInfoDenialInfoContains the denial information: code and explanation.
offerDataOfferDataDetails of the offer generated from the offer request.
handoverAtStringThe date on which Opendoor has received the seller’s first request to view the offer on the Opendoor dashboard from a partner via the OfferData url. This date is represented by an iso datetime string of the form yyyy-mm-ddT00:00:00.000Z