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 trackingId: String}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
address | AddressInput! | The address input details for the home. |
saleAssociateEmail | String | — |
saleAssociateName | String | — |
trackingId | String | Optional 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. |