Skip to content

OfferDataWithPricing

Offer data with net proceeds (from Pricings) and display-oriented fields.

type OfferDataWithPricing {
netProceeds: Int
sentAt: String
expirationAt: String
expirationAtDisplayDate: String
mortgageBalance: Int
sellerName: String @deprecated(reason: "Use the `customerContact` query instead.")
sellerEmail: String @deprecated(reason: "Use the `customerContact` query instead.")
headlinePriceCents: Int!
opendoorFeeCents: Int!
repairCostCents: Int!
closingCostsCents: Int!
}
FieldTypeDescription
netProceedsIntNet proceeds in cents from Pricings GetPricing (sell_direct.net_proceeds).
sentAtString
expirationAtStringExpiration timestamp (ISO).
expirationAtDisplayDateStringDisplay date for expiration (yyyy-mm-dd).
mortgageBalanceIntMortgage balance, populated when the request includes an experimental answer with questionKey: "home.mortgage_balance".
sellerName *(deprecated)*StringDeprecated: Use the customerContact query instead.
sellerEmail *(deprecated)*StringDeprecated: Use the customerContact query instead.
headlinePriceCentsInt!Headline offer price in cents.
opendoorFeeCentsInt!Opendoor service fee in cents.
repairCostCentsInt!Seller credit addendum in cents.
closingCostsCentsInt!Projected closing costs in cents.