Published at 2021-06-29
Changes to the API since March 2021.
The marketState
can now hold a new value - "SOLD"
. Sold listings will now have that value, even if they are sold before open house day.
It will not be possible to set this value explicitly by using the Update a listing's market state (/update_market_state
) endpoint. Instead, you should be using the Mark Listing as sold (/sold
) endpoint on a listing to mark it as sold, and then the listings market state will be updated to "SOLD"
.