Resource: AggregateProductStatus
Aggregate product statuses for a given reporting context and country.
| JSON representation | 
|---|
{ "name": string, "reportingContext": enum (  | 
              
| Fields | |
|---|---|
name | 
                
                   
 Identifier. The name of the   | 
              
reportingContext | 
                
                   
 The reporting context of the aggregate product statuses.  | 
              
country | 
                
                   
 The country of the aggregate product statuses. Represented as a CLDR territory code.  | 
              
stats | 
                
                   
 Products statistics for the given reporting context and country.  | 
              
itemLevelIssues[] | 
                
                   
 The product issues that affect the given reporting context and country.  | 
              
Stats
Products statistics.
| JSON representation | 
|---|
{ "activeCount": string, "pendingCount": string, "disapprovedCount": string, "expiringCount": string }  | 
              
| Fields | |
|---|---|
activeCount | 
                
                   
 The number of products that are active.  | 
              
pendingCount | 
                
                   
 The number of products that are pending.  | 
              
disapprovedCount | 
                
                   
 The number of products that are disapproved.  | 
              
expiringCount | 
                
                   
 The number of products that are expiring.  | 
              
ItemLevelIssue
The ItemLevelIssue of the product status.
| JSON representation | 
|---|
{ "code": string, "severity": enum (  | 
              
| Fields | |
|---|---|
code | 
                
                   
 The error code of the issue.  | 
              
severity | 
                
                   
 How this issue affects serving of the offer.  | 
              
resolution | 
                
                   
 Whether the issue can be resolved by the merchant.  | 
              
attribute | 
                
                   
 The attribute's name, if the issue is caused by a single attribute.  | 
              
description | 
                
                   
 A short issue description in English.  | 
              
detail | 
                
                   
 A detailed issue description in English.  | 
              
documentationUri | 
                
                   
 The URL of a web page to help with resolving this issue.  | 
              
productCount | 
                
                   
 The number of products affected by this issue.  | 
              
Severity
How the issue affects the serving of the product.
| Enums | |
|---|---|
SEVERITY_UNSPECIFIED | 
                Not specified. | 
NOT_IMPACTED | 
                This issue represents a warning and does not have a direct affect on the product. | 
DEMOTED | 
                The product is demoted and most likely have limited performance in search results | 
DISAPPROVED | 
                Issue disapproves the product. | 
Resolution
How the issue can be resolved.
| Enums | |
|---|---|
RESOLUTION_UNSPECIFIED | 
                Not specified. | 
MERCHANT_ACTION | 
                The issue can be resolved by the merchant. | 
PENDING_PROCESSING | 
                The issue will be resolved auomatically. | 
Methods | 
            |
|---|---|
                
 | 
              
                Lists the AggregateProductStatuses resources for your merchant account. |