Skip to content

AddressDetails

The AddressDetails object is the GraphQL data type of the response object return by the query. It determines what fields are available to a client making an address query request.

type AddressDetails {
products: Products!
}
FieldTypeDescription
productsProducts!The products field will provide the available Opendoor products that the address of interest is eligible for, value estimation and referral. See Products for more details.