Method: issueresolution.renderproductissues
Stay organized with collections
Save and categorize content based on your preferences.
Provide a list of issues for business's product 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/*/products/*}:renderproductissues
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. The name of the product to fetch issues for. Format: accounts/{account}/products/{product}
|
Query parameters
Parameters |
languageCode |
string
Optional. The IETF BCP-47 language code used to localize an issue resolution content. If not set, the result will be in default language en-US .
|
timeZone |
string
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 product issues.
If successful, the response body contains data with the following structure:
JSON representation |
{
"renderedIssues": [
{
object (RenderedIssue )
}
]
} |
Fields |
renderedIssues[] |
object (RenderedIssue )
List of issues for a given product. 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 content and available actions should be rendered.
|
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-27 UTC.
[null,null,["Last updated 2025-05-27 UTC."],[],[],null,["# Method: issueresolution.renderproductissues\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.RenderProductIssuesResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nProvide a list of issues for business's product with an issue resolution content and available actions. This content and actions are meant to be rendered and shown in third-party applications.\n\n### HTTP request\n\n`POST https://merchantapi.googleapis.com/issueresolution/v1beta/{name=accounts/*/products/*}:renderproductissues`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|-----------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. The name of the product to fetch issues for. Format: `accounts/{account}/products/{product}` |\n\n### Query parameters\n\n| Parameters ||\n|----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `languageCode` | `string` Optional. The [IETF BCP-47](https://tools.ietf.org/html/bcp47) language code used to localize an issue resolution content. If not set, the result will be in default language `en-US`. |\n| `timeZone` | `string` Optional. The [IANA](https://www.iana.org/time-zones) 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. |\n\n### Request body\n\nThe request body contains an instance of [RenderIssuesRequestPayload](/merchant/api/reference/rest/issueresolution_v1beta/RenderIssuesRequestPayload).\n\n### Response body\n\nResponse containing an issue resolution content and actions for listed product issues.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"renderedIssues\": [ { object (/merchant/api/reference/rest/issueresolution_v1beta/issueresolution#RenderedIssue) } ] } ``` |\n\n| Fields ||\n|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `renderedIssues[]` | `object (`[RenderedIssue](/merchant/api/reference/rest/issueresolution_v1beta/issueresolution#RenderedIssue)`)` List of issues for a given product. This list can be shown with compressed, expandable items. In the compressed form, the [title](/merchant/api/reference/rest/issueresolution_v1beta/issueresolution#RenderedIssue.FIELDS.title) and [impact](/merchant/api/reference/rest/issueresolution_v1beta/issueresolution#RenderedIssue.FIELDS.impact) should be shown for each issue. Once the issue is expanded, the detailed [content](/merchant/api/reference/rest/issueresolution_v1beta/issueresolution#RenderedIssue.FIELDS.prerendered_content) and available [actions](/merchant/api/reference/rest/issueresolution_v1beta/issueresolution#RenderedIssue.FIELDS.actions) should be rendered. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/content`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]