- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Inserts a review for your Merchant Center account. If the review already exists, then the review is replaced with the new instance.
HTTP request
POST https://merchantapi.googleapis.com/reviews/v1beta/{parent=accounts/*}/merchantReviews:insert
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The account where the merchant review will be inserted. Format: accounts/{account} |
Query parameters
Parameters | |
---|---|
data |
Required. The data source of the merchantreview Format: |
Request body
The request body contains an instance of MerchantReview
.
Response body
If successful, the response body contains an instance of MerchantReview
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.