Resource: AccountIssue
Issues with your Merchant Center account that can impact all your products. For more information, see Account-level issues in Merchant Center.
| JSON representation | 
|---|
| { "name": string, "title": string, "severity": enum ( | 
| Fields | |
|---|---|
| name | 
 Identifier. The resource name of the account issue. Format:  | 
| title | 
 The localized title of the issue. | 
| severity | 
 The overall severity of the issue. | 
| impactedDestinations[] | 
 The impact this issue has on various destinations. | 
| detail | 
 Further localized details about the issue. | 
| documentationUri | 
 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.
| JSON representation | 
|---|
| { "impacts": [ { object ( | 
| Fields | |
|---|---|
| impacts[] | 
 The (negative) impact for various regions on the given destination. | 
| reportingContext | 
 The impacted reporting context. | 
Impact
The impact of the issue on a region.
| JSON representation | 
|---|
| {
  "regionCode": string,
  "severity": enum ( | 
| Fields | |
|---|---|
| regionCode | 
 The CLDR region code where this issue applies. | 
| severity | 
 The severity of the issue on the destination and region. | 
| Methods | |
|---|---|
| 
 | Lists all account issues of a Merchant Center account. |