Skip to content

customerContact

Customer contact info for an offer request. Returns the name, email, and phone number the seller submitted via offerRequestUpdate. Useful for prefilling downstream steps that already know the offer UUID — e.g. the assessment-scheduling confirmation screen — without forcing partners to re-thread customer-state through their own session.

Requires the offer to have reached OFFERED (the seller lead must exist downstream). Earlier states (PENDING / EVALUATING_REQUEST) return NOT_FOUND.

customerContact(opendoorOfferRequestId: String!): CustomerContact!
ArgumentTypeDescription
opendoorOfferRequestIdString!

Returns CustomerContact!.