action viator_booking_availability_dates { label: "/booking/availability/dates" description: "Get dates on which a product is available\n\nThis service:\n- retrieves all available dates for a product, excluding days it does not operate and blocked-out dates\n- returns a multi-dimensional array of year-month -> days that have any availabile tour grade or traveler mix\n- useful to present the user with a list of dates for selection on which *this* product is available for booking\n- **Notes**: \n\n - The user's desired traveler mix may not be eligible for booking; these details can be displayed when you retrieve its list of tour grades\n - Availability data is limited to a period of **12 months** into the future from the present time on the production server and **6 months** on the sandbox server. \n" provider: viator method: GET path: "/booking/availability/dates" encoding: json output: { type: "object" } }