[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-31 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_v1/accounts.aggregateProductStatuses#Stats) }, \"itemLevelIssues\": [ { object (/merchant/api/reference/rest/issueresolution_v1/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_v1/accounts.aggregateProductStatuses#Stats)`)` Products statistics for the given reporting context and country. |\n| `itemLevelIssues[]` | `object (`[ItemLevelIssue](/merchant/api/reference/rest/issueresolution_v1/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_v1/accounts.aggregateProductStatuses#Severity), \"resolution\": enum (/merchant/api/reference/rest/issueresolution_v1/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_v1/accounts.aggregateProductStatuses#Severity)`)` How this issue affects serving of the offer. |\n| `resolution` | `enum (`[Resolution](/merchant/api/reference/rest/issueresolution_v1/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_v1/accounts.aggregateProductStatuses/list) | Lists the `AggregateProductStatuses` resources for your merchant account. |"]]