Skip to content

OfferRequestUpdateInput

The OfferRequestUpdateInput object is the GraphQL data type of the input to the offerRequestUpdate mutation. It provides Opendoor with the details of the home and seller.

input OfferRequestUpdateInput {
opendoorOfferRequestId: String!
offerInput: OfferInput!
}
FieldTypeDescription
opendoorOfferRequestIdString!Unique ID for offer requests. Can be used to uniquely identify offers, and is used in the offerRequest query and offerRequestUpdate mutation.
offerInputOfferInput!Home and seller details.