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.
Definition
Section titled “Definition”customerContact(opendoorOfferRequestId: String!): CustomerContact!Arguments
Section titled “Arguments”| Argument | Type | Description |
|---|---|---|
opendoorOfferRequestId | String! | — |
Return Type
Section titled “Return Type”Returns CustomerContact!.