v1
latestOpenAPI 3.0.32026-07-2632131.4 MBCalendar
Update calendar for multiple listings
Use this endpoint to set availability and pricing for multiple listings across a range of dates.
IMPORTANT:
- It is strongly suggested updating a single unique listing ID in a single HTTP request, despite the fact the API does support receiving different listing IDs.
- Max allowed days to be updated - 730 (~2 years)
- Strongly suggested to not update the same listing ID in parallel.
- To decrease response time, send fewer date periods.
put/availability-pricing/api/calendar/listings
Request body
Example request
[
{
"listingId": "5fa02fa358d2db673e17bc2d",
"startDate": "2023-01-01",
"endDate": "2023-01-01",
"status": "available",
"note": "this is a note"
}
]Response
Returns ok if the update successful
string required
Example response
"ok"