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. Contact PII shouldn't live on a pricing-shaped type.")
sellerEmail: String @deprecated(reason: "Use the `customerContact` query instead. Contact PII shouldn't live on a pricing-shaped type.")
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 from seller input answers (experimental key: home.mortgage_balance).
sellerName *(deprecated)*StringDeprecated: Use the customerContact query instead. Contact PII shouldn’t live on a pricing-shaped type.
sellerEmail *(deprecated)*StringDeprecated: Use the customerContact query instead. Contact PII shouldn’t live on a pricing-shaped type.
headlinePriceCentsInt!Headline offer price in cents (SellDirectPricing.headline_price).
opendoorFeeCentsInt!Opendoor service fee in cents (SellDirectPricing.internal_fee).
repairCostCentsInt!Seller credit addendum in cents (SellDirectPricing.seller_credit_addendum).
closingCostsCentsInt!Projected closing costs in cents (SellDirectPricing.projected_closing_costs).