Method: accounts.productReviews.get
Mendapatkan ulasan produk.
Permintaan HTTP
GET https://merchantapi.googleapis.com/reviews/v1beta/{name=accounts/*/productReviews/*}
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
name |
string
Wajib. ID ulasan penjual. Format: accounts/{account}/productReviews/{productReview}
|
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Jika berhasil, isi respons memuat instance ProductReview
.
Cakupan otorisasi
Memerlukan cakupan OAuth berikut:
https://www.googleapis.com/auth/content
Untuk mengetahui informasi selengkapnya, lihat OAuth 2.0 Overview.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-01-23 UTC.
[null,null,["Terakhir diperbarui pada 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."]]],[]]