action viator_product { label: "/product" description: "Get product information\nThis service provides all product details required for a product display page, as well as information required for price checks and booking, such as: \n- age bands\n- tour grades\n- language options \n- booking questions\n- hotel pickup flags\n\n**currencyCode (in query):** \n- use this parameter to specify the currency in which product pricing should be displayed\n- the default currency is the currency of your account; or, if you have multi-currency enabled, US dollars\n- \"multi-currency\" allows pricing and booking in various currencies - please speak to the business development team if you'd like this enabled\n- **Note**: you will be billed in the currency in which the booking was made\n\n**Product photos**\n\n<mark>**<u>Update 13 Feb 2020</u>**: All supplier-provided photos for the selected product are now available in the `productPhotos` array in this endpoint's response. Previously, only two supplier-provided photos were available – one in the `productPhotos` array and one in `thumbnailHiResURL`. </mark>\n\n**Videos**\n\n- Videos are no longer provided via this API\n" provider: viator method: GET path: "/product" encoding: json input: { type: "object" properties: { excludeTourGradeAvailability: { type: "boolean" } voucherOption: { type: "string" enum: ["VOUCHER_PAPER_ONLY", "VOUCHER_E"] } } additionalProperties: false } output: { type: "object" } }