Fetch a channel's rate/inventory calendar for a listing search
POST/api/v1/crs/channel-rates/:channelId
Takes the same body as POST /api/v1/crs/listings and applies the same filters (bev cookie injection + AI query-intent merge). Channel-adjusted nightly rates, inventory, checkout-only flags and booked units are returned for each matched property, with property cards grouped under the listing that owns them (keyed by listing id). The calendar window is checkInDate..checkOutDate, both required. Unlike the listings search this endpoint does not require the stay to be bookable: a listing blocked or sold out on some of the nights still appears, because those nights are what the calendar exists to show. Listings are ordered by title and paged by page/size in rawParams, one page element per listing.
Request
Responses
- 200
OK