Skip to content

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.

input OfferRequestCreateInput {
address: AddressInput!
saleAssociateEmail: String
saleAssociateName: String
trackingId: String
}
FieldTypeDescription
addressAddressInput!The address input details for the home.
saleAssociateEmailString
saleAssociateNameString
trackingIdStringOptional partner-supplied identifier used to correlate this offer request with a record in the partner’s system (e.g. a CRM opportunity ID). If provided, Opendoor echoes it back on every webhook event as trackingId — the same field previously populated only from referral-link trackingId. Must be unique per partner: creating a second offer request with a trackingId already in use by your account will error.