action viator_booking_pricingmatrix { label: "/booking/pricingmatrix" description: "Get the pricing matrix for tour-grades, product age bands and pax mixes\n\nFor more information, see: [Get the tour-grade pricing matrix](#section/Common-workflows-and-data-validation/Get-the-tour-grade-pricing-matrix)\n" provider: viator method: POST path: "/booking/pricingmatrix" encoding: json input: { type: "object" properties: { bookingDate: { type: "string" description: "**date** for which to retrieve pricing data (must be in the future) (**note**: this is an optional parameter for normal products; if the date is *not* provided then the nearest available date is determined)" } currencyCode: { type: "string" description: "**currency code** of the currency in which to display pricing information" } productCode: { type: "string" description: "**unique alphanumeric identifier** of the product for which to retrieve the pricing matrix" } tourGradeCode: { type: "string" description: "**alphanumeric identifier** of the product tour grade for which to retrieve the pricing matrix" } } } output: { type: "object" } }