CreateSellerInputParams
The CreateSellerInputParams object is the GraphQL data type of the input to the createSellerInput mutation. It provides Opendoor with the address and seller details it needs to make an offer on a home.
Definition
Section titled “Definition”input CreateSellerInputParams { address: AddressInput! sellerDetails: SellerDetailsInput!}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
address | AddressInput! | The address input details for the home. |
sellerDetails | SellerDetailsInput! | The seller details: contact information and relation to home. |