- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Provide a list of business's account issues with an issue resolution content and available actions. This content and actions are meant to be rendered and shown in third-party applications.
HTTP request
POST https://merchantapi.googleapis.com/issueresolution/v1beta/{name=accounts/*}:renderaccountissues
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The account to fetch issues for. Format: |
Query parameters
Parameters | |
---|---|
languageCode |
Optional. The IETF BCP-47 language code used to localize issue resolution content. If not set, the result will be in default language |
timeZone |
Optional. The IANA timezone used to localize times in an issue resolution content. For example 'America/Los_Angeles'. If not set, results will use as a default UTC. |
Request body
The request body contains an instance of RenderIssuesRequestPayload
.
Response body
Response containing an issue resolution content and actions for listed account issues.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"renderedIssues": [
{
object ( |
Fields | |
---|---|
renderedIssues[] |
List of account issues for a given account. This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.