Skip to content

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.

input CreateSellerInputParams {
address: AddressInput!
sellerDetails: SellerDetailsInput!
}
FieldTypeDescription
addressAddressInput!The address input details for the home.
sellerDetailsSellerDetailsInput!The seller details: contact information and relation to home.