action viator_product_reviews { label: "/product/reviews" description: "Get user-submitted reviews of a product\n\n**Note**: \n- The number of reviews that you can obtain via this service will depend on whether your account is limited in terms of the number of reviews you are entitled to receive. \n- The number of reviews available through this service is given in the `reviewCount` element in the response from [/product](#operation/product)\n- Please speak to your account manager if you wish to receive more reviews. If your account is not limited, you will be able to receive all available reviews for this product.\n- Only reviews in the language specified in the Accept-Language request header will be returned\n\n**Example:** \"Get the first three reviews for product `5010SYDNEY` sorted by rating in ascending order\":\n\n```javascript\nhttps://viatorapi.sandbox.viator.com/service/product/reviews?sortOrder=REVIEW_RATING_A&topX=1-3&code=5010SYDNEY&showUnavailable=false\n```\n" provider: viator method: GET path: "/product/reviews" encoding: json output: { type: "object" } }