Method: accounts.productReviews.insert

Inserts a product review.

HTTP request

POST https://merchantapi.googleapis.com/reviews/v1beta/{parent=accounts/*}/productReviews:insert

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The account where the product review will be inserted. Format: accounts/{account}

Query parameters

Parameters
dataSource

string

Required. Format: accounts/{account}/dataSources/{datasource}.

Request body

The request body contains an instance of ProductReview.

Response body

If successful, the response body contains an instance of ProductReview.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/content

For more information, see the OAuth 2.0 Overview.