OfferRequest
The OfferRequest type contains the result of the offer request. This includes data related to the offer, if available.
Definition
Section titled “Definition”type OfferRequest { opendoorOfferRequestId: String! offerStatus: OfferStatus! denialInfo: DenialInfo offerData: OfferData handoverAt: String}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
opendoorOfferRequestId | String! | Unique ID for offer requests. Can be used to uniquely identify offer requests, and is used in the offerRequest query and offerRequestUpdate mutation. |
offerStatus | OfferStatus! | Status of the offer request. Pending offer requests may not have denialInfo or offerBreakdown. |
denialInfo | DenialInfo | Contains the denial information: code and explanation. |
offerData | OfferData | Details of the offer generated from the offer request. |
handoverAt | String | The 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 |