OfferRequestCreateInput
The OfferRequestCreateInput object is the GraphQL data type of the input to the offerRequestCreate mutation. It provides Opendoor with the address of the home.
Definition
Section titled “Definition”input OfferRequestCreateInput { address: AddressInput! saleAssociateEmail: String saleAssociateName: String}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
address | AddressInput! | The address input details for the home. |
saleAssociateEmail | String | — |
saleAssociateName | String | — |