CreateSellerInputResponse
The CreateSellerInputResponse object is the GraphQL data type of the response to the createSellerInput mutation.
Definition
Section titled “Definition”type CreateSellerInputResponse { denial: DenialInfo sellerInputId: String offerUrl: String}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
denial | DenialInfo | Contains the denial information: code and explanation. |
sellerInputId | String | The unique sellerInputId. Can be used to uniquely identify the seller inputs moving. And is included in the response of the sellerLeads query. |
offerUrl | String | The URL linking out to Opendoor’s offer page for the requested customer and home address. Only set in the case that there was no denial. Important: it can take time (up to 30 seconds) to generate an offer, so it is recommended to have a bit of delay before sending the customer through this redirect. Alternatively, you can subscribe to webhook events and wait until you’ve received the offer.sent event before providing the customer with the redirect CTA. |