Skip to content

CreateSellerInputResponse

The CreateSellerInputResponse object is the GraphQL data type of the response to the createSellerInput mutation.

type CreateSellerInputResponse {
denial: DenialInfo
sellerInputId: String
offerUrl: String
}
FieldTypeDescription
denialDenialInfoContains the denial information: code and explanation.
sellerInputIdStringThe unique sellerInputId. Can be used to uniquely identify the seller inputs moving. And is included in the response of the sellerLeads query.
offerUrlStringThe 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.