REST Resource: accounts.issues
Stay organized with collections
Save and categorize content based on your preferences.
Resource: AccountIssue
JSON representation |
{
"name": string,
"title": string,
"severity": enum (Severity ),
"impactedDestinations": [
{
object (ImpactedDestination )
}
],
"detail": string,
"documentationUri": string
} |
Fields |
name |
string
Identifier. The resource name of the account issue. Format: accounts/{account}/issues/{id} . For example, accounts/123456/issues/misrepresentation-of-self-or-products-unacceptable-business-practice-policy .
|
title |
string
The localized title of the issue.
|
severity |
enum (Severity )
The overall severity of the issue.
|
impactedDestinations[] |
object (ImpactedDestination )
The impact this issue has on various destinations.
|
detail |
string
Further localized details about the issue.
|
documentationUri |
string
Link to Merchant Center Help Center providing further information about the issue and how to fix it.
|
Severity
All possible issue severities.
Enums |
SEVERITY_UNSPECIFIED |
The severity is unknown. |
CRITICAL |
The issue causes offers to not serve. |
ERROR |
The issue might affect offers (in the future) or might be an indicator of issues with offers. |
SUGGESTION |
The issue is a suggestion for improvement. |
ImpactedDestination
The impact of the issue on a destination.
Fields |
impacts[] |
object (Impact )
The (negative) impact for various regions on the given destination.
|
reportingContext |
enum (ReportingContextEnum )
The impacted reporting context.
|
Impact
The impact of the issue on a region.
JSON representation |
{
"regionCode": string,
"severity": enum (Severity )
} |
Fields |
regionCode |
string
The CLDR region code where this issue applies.
|
severity |
enum (Severity )
The severity of the issue on the destination and region.
|
Methods |
|
Lists all account issues of a Merchant Center account. |
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-07-31 UTC.
[null,null,["Last updated 2025-07-31 UTC."],[],[],null,["# REST Resource: accounts.issues\n\n- [Resource: AccountIssue](#AccountIssue)\n - [JSON representation](#AccountIssue.SCHEMA_REPRESENTATION)\n- [Severity](#Severity)\n- [ImpactedDestination](#ImpactedDestination)\n - [JSON representation](#ImpactedDestination.SCHEMA_REPRESENTATION)\n- [Impact](#Impact)\n - [JSON representation](#Impact.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AccountIssue\n----------------------\n\nIssues with your Merchant Center account that can impact all your products. For more information, see [Account-level issues in Merchant Center](https://support.google.com/merchants/answer/12153802?sjid=17798438912526418908-EU#account).\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"title\": string, \"severity\": enum (/merchant/api/reference/rest/accounts_v1/accounts.issues#Severity), \"impactedDestinations\": [ { object (/merchant/api/reference/rest/accounts_v1/accounts.issues#ImpactedDestination) } ], \"detail\": string, \"documentationUri\": string } ``` |\n\n| Fields ||\n|--------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The resource name of the account issue. Format: `accounts/{account}/issues/{id}`. For example, `accounts/123456/issues/misrepresentation-of-self-or-products-unacceptable-business-practice-policy`. |\n| `title` | `string` The localized title of the issue. |\n| `severity` | `enum (`[Severity](/merchant/api/reference/rest/accounts_v1/accounts.issues#Severity)`)` The overall severity of the issue. |\n| `impactedDestinations[]` | `object (`[ImpactedDestination](/merchant/api/reference/rest/accounts_v1/accounts.issues#ImpactedDestination)`)` The impact this issue has on various destinations. |\n| `detail` | `string` Further localized details about the issue. |\n| `documentationUri` | `string` Link to Merchant Center Help Center providing further information about the issue and how to fix it. |\n\nSeverity\n--------\n\nAll possible issue severities.\n\n| Enums ||\n|------------------------|-----------------------------------------------------------------------------------------------|\n| `SEVERITY_UNSPECIFIED` | The severity is unknown. |\n| `CRITICAL` | The issue causes offers to not serve. |\n| `ERROR` | The issue might affect offers (in the future) or might be an indicator of issues with offers. |\n| `SUGGESTION` | The issue is a suggestion for improvement. |\n\nImpactedDestination\n-------------------\n\nThe impact of the issue on a destination.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"impacts\": [ { object (/merchant/api/reference/rest/accounts_v1/accounts.issues#Impact) } ], \"reportingContext\": enum (/merchant/api/reference/rest/Shared.Types/ReportingContextEnum) } ``` |\n\n| Fields ||\n|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `impacts[]` | `object (`[Impact](/merchant/api/reference/rest/accounts_v1/accounts.issues#Impact)`)` The (negative) impact for various regions on the given destination. |\n| `reportingContext` | `enum (`[ReportingContextEnum](/merchant/api/reference/rest/Shared.Types/ReportingContextEnum)`)` The impacted reporting context. |\n\nImpact\n------\n\nThe impact of the issue on a region.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"regionCode\": string, \"severity\": enum (/merchant/api/reference/rest/accounts_v1/accounts.issues#Severity) } ``` |\n\n| Fields ||\n|--------------|---------------------------------------------------------------------------------------------------------------------------------------------------|\n| `regionCode` | `string` The [CLDR region code](https://cldr.unicode.org/) where this issue applies. |\n| `severity` | `enum (`[Severity](/merchant/api/reference/rest/accounts_v1/accounts.issues#Severity)`)` The severity of the issue on the destination and region. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------|--------------------------------------------------------|\n| ### [list](/merchant/api/reference/rest/accounts_v1/accounts.issues/list) | Lists all account issues of a Merchant Center account. |"]]