REST Resource: accounts.aggregateProductStatuses
Stay organized with collections
Save and categorize content based on your preferences.
Resource: AggregateProductStatus
Aggregate product statuses for a given reporting context and country.
Fields |
name |
string
Identifier. The name of the AggregateProductStatuses resource. Format: accounts/{account}/aggregateProductStatuses/{aggregateProductStatuses}
|
reportingContext |
enum (ReportingContextEnum )
The reporting context of the aggregate product statuses.
|
country |
string
The country of the aggregate product statuses. Represented as a CLDR territory code.
|
stats |
object (Stats )
Products statistics for the given reporting context and country.
|
itemLevelIssues[] |
object (ItemLevelIssue )
The product issues that affect the given reporting context and country.
|
Stats
JSON representation |
{
"activeCount": string,
"pendingCount": string,
"disapprovedCount": string,
"expiringCount": string
} |
Fields |
activeCount |
string (int64 format)
The number of products that are active.
|
pendingCount |
string (int64 format)
The number of products that are pending.
|
disapprovedCount |
string (int64 format)
The number of products that are disapproved.
|
expiringCount |
string (int64 format)
The number of products that are expiring.
|
ItemLevelIssue
The ItemLevelIssue of the product status.
JSON representation |
{
"code": string,
"severity": enum (Severity ),
"resolution": enum (Resolution ),
"attribute": string,
"description": string,
"detail": string,
"documentationUri": string,
"productCount": string
} |
Fields |
code |
string
The error code of the issue.
|
severity |
enum (Severity )
How this issue affects serving of the offer.
|
resolution |
enum (Resolution )
Whether the issue can be resolved by the merchant.
|
attribute |
string
The attribute's name, if the issue is caused by a single attribute.
|
description |
string
A short issue description in English.
|
detail |
string
A detailed issue description in English.
|
documentationUri |
string
The URL of a web page to help with resolving this issue.
|
productCount |
string (int64 format)
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. |
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-06-18 UTC.
[null,null,["Last updated 2025-06-18 UTC."],[],[],null,["# REST Resource: accounts.aggregateProductStatuses\n\n- [Resource: AggregateProductStatus](#AggregateProductStatus)\n - [JSON representation](#AggregateProductStatus.SCHEMA_REPRESENTATION)\n- [Stats](#Stats)\n - [JSON representation](#Stats.SCHEMA_REPRESENTATION)\n- [ItemLevelIssue](#ItemLevelIssue)\n - [JSON representation](#ItemLevelIssue.SCHEMA_REPRESENTATION)\n- [Severity](#Severity)\n- [Resolution](#Resolution)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AggregateProductStatus\n--------------------------------\n\nAggregate product statuses for a given reporting context and country.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"reportingContext\": enum (/merchant/api/reference/rest/Shared.Types/ReportingContextEnum), \"country\": string, \"stats\": { object (/merchant/api/reference/rest/issueresolution_v1beta/accounts.aggregateProductStatuses#Stats) }, \"itemLevelIssues\": [ { object (/merchant/api/reference/rest/issueresolution_v1beta/accounts.aggregateProductStatuses#ItemLevelIssue) } ] } ``` |\n\n| Fields ||\n|---------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The name of the `AggregateProductStatuses` resource. Format: `accounts/{account}/aggregateProductStatuses/{aggregateProductStatuses}` |\n| `reportingContext` | `enum (`[ReportingContextEnum](/merchant/api/reference/rest/Shared.Types/ReportingContextEnum)`)` The reporting context of the aggregate product statuses. |\n| `country` | `string` The country of the aggregate product statuses. Represented as a [CLDR territory code](https://github.com/unicode-org/cldr/blob/latest/common/main/en.xml). |\n| `stats` | `object (`[Stats](/merchant/api/reference/rest/issueresolution_v1beta/accounts.aggregateProductStatuses#Stats)`)` Products statistics for the given reporting context and country. |\n| `itemLevelIssues[]` | `object (`[ItemLevelIssue](/merchant/api/reference/rest/issueresolution_v1beta/accounts.aggregateProductStatuses#ItemLevelIssue)`)` The product issues that affect the given reporting context and country. |\n\nStats\n-----\n\nProducts statistics.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------|\n| ``` { \"activeCount\": string, \"pendingCount\": string, \"disapprovedCount\": string, \"expiringCount\": string } ``` |\n\n| Fields ||\n|--------------------|----------------------------------------------------------------------------------------------------------------------------------|\n| `activeCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The number of products that are active. |\n| `pendingCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The number of products that are pending. |\n| `disapprovedCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The number of products that are disapproved. |\n| `expiringCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The number of products that are expiring. |\n\nItemLevelIssue\n--------------\n\nThe ItemLevelIssue of the product status.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"code\": string, \"severity\": enum (/merchant/api/reference/rest/issueresolution_v1beta/accounts.aggregateProductStatuses#Severity), \"resolution\": enum (/merchant/api/reference/rest/issueresolution_v1beta/accounts.aggregateProductStatuses#Resolution), \"attribute\": string, \"description\": string, \"detail\": string, \"documentationUri\": string, \"productCount\": string } ``` |\n\n| Fields ||\n|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `code` | `string` The error code of the issue. |\n| `severity` | `enum (`[Severity](/merchant/api/reference/rest/issueresolution_v1beta/accounts.aggregateProductStatuses#Severity)`)` How this issue affects serving of the offer. |\n| `resolution` | `enum (`[Resolution](/merchant/api/reference/rest/issueresolution_v1beta/accounts.aggregateProductStatuses#Resolution)`)` Whether the issue can be resolved by the merchant. |\n| `attribute` | `string` The attribute's name, if the issue is caused by a single attribute. |\n| `description` | `string` A short issue description in English. |\n| `detail` | `string` A detailed issue description in English. |\n| `documentationUri` | `string` The URL of a web page to help with resolving this issue. |\n| `productCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The number of products affected by this issue. |\n\nSeverity\n--------\n\nHow the issue affects the serving of the product.\n\n| Enums ||\n|------------------------|-----------------------------------------------------------------------------------|\n| `SEVERITY_UNSPECIFIED` | Not specified. |\n| `NOT_IMPACTED` | This issue represents a warning and does not have a direct affect on the product. |\n| `DEMOTED` | The product is demoted and most likely have limited performance in search results |\n| `DISAPPROVED` | Issue disapproves the product. |\n\nResolution\n----------\n\nHow the issue can be resolved.\n\n| Enums ||\n|--------------------------|--------------------------------------------|\n| `RESOLUTION_UNSPECIFIED` | Not specified. |\n| `MERCHANT_ACTION` | The issue can be resolved by the merchant. |\n| `PENDING_PROCESSING` | The issue will be resolved auomatically. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------|\n| ### [list](/merchant/api/reference/rest/issueresolution_v1beta/accounts.aggregateProductStatuses/list) | Lists the `AggregateProductStatuses` resources for your merchant account. |"]]