Method: accounts.productReviews.get
Eine Produktrezension wird abgerufen.
HTTP-Anfrage
GET https://merchantapi.googleapis.com/reviews/v1beta/{name=accounts/*/productReviews/*}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Die ID der Händlerrezension. Format: accounts/{account}/productReviews/{productReview}
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von ProductReview
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/content
Weitere Informationen finden Sie unter OAuth 2.0 Overview.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-01-23 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-01-23 (UTC)."],[[["Retrieves a specific product review using a GET request to the specified endpoint."],["Requires the `name` path parameter to identify the target product review using the format: `accounts/{account}/productReviews/{productReview}`."],["The request body should be empty, and a successful response will contain a `ProductReview` object."],["Utilizes gRPC Transcoding for the URL structure."],["Needs authorization with the `https://www.googleapis.com/auth/content` OAuth scope."]]],[]]