[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 UTC."],[[["Lists product reviews for a specified Merchant Center account using the `productReviews.list` method."],["Accepts optional pagination parameters (`pageSize`, `pageToken`) to control the results."],["Returns a list of `ProductReview` objects and a `nextPageToken` for accessing further pages, if available."],["Requires authorization with the `https://www.googleapis.com/auth/content` scope."],["Uses a simple GET request with path and query parameters."]]],["This document details how to list product reviews via an HTTP GET request to `https://merchantapi.googleapis.com/reviews/v1beta/{parent=accounts/*}/productReviews`. The `parent` path parameter specifies the account. Optional query parameters, `pageSize` and `pageToken`, control pagination. The request body must be empty. A successful response returns a JSON object containing an array of `productReviews` and a `nextPageToken` for subsequent pages. The operation requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]